#CA9838

Color #CA9838 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CA9838

Tints of Fuel Yellow #CA9838

Color information

#CA9838 (or 0xCA9838) is unknown color: approx Fuel Yellow. HEX triplet: CA, 98 and 38. RGB value is (202,152,56). Sum of RGB (Red+Green+Blue) = 202+152+56=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9838 is #3567C7. Grayscale: #9C9C9C. Windows color (decimal): -3499976 or 3709130. OLE color: 3709130.

HSL color Cylindrical-coordinate representation of color #CA9838: hue angle of 39.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA9838 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20215256-
CMYK00.250.720.21
HSL39.45º57.94%50.59%-
HSV(B)39.45º72.28%79.22%-
XYZ36.335.38.64-
YUV156.0171.56160.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 56 (22.27% from 255) = 13.66%
R=49.27%
G=37.07%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021525600.250.720.2139.4557.9450.59
HexCA98380194815273a33
Octal3122307003111025477263
Binary1100101010011000111000011001100100010101100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9838; }

 p { color: rgb(202,152,56); }

 H1.HeaderClassName
 {
   color: #CA9838;
 }
 .AnyTagClassName
 {
   color: #CA9838;
 }
</style>
background-color css

<style>
 a { background-color: #CA9838; }

 a { background-color: rgb(202,152,56); }

 div.DivClassName
 {
   background-color: #CA9838;
 }
 .BgClassName
 {
   background-color: #CA9838;
 }
</style>
border-color css

<style>
 span { border-color: #CA9838; }

 span { border-color: rgb(202,152,56); }

 td.TdClassName
 {
   border-color: #CA9838;
 }
 .TagClassName
 {
   border-color: #CA9838;
 }
</style>