#CA9E32

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

Shades of Fuel Yellow #CA9E32

Tints of Fuel Yellow #CA9E32

Color information

#CA9E32 (or 0xCA9E32) is unknown color: approx Fuel Yellow. HEX triplet: CA, 9E and 32. RGB value is (202,158,50). Sum of RGB (Red+Green+Blue) = 202+158+50=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E32 is #3561CD. Grayscale: #9F9F9F. Windows color (decimal): -3498446 or 3317450. OLE color: 3317450.

HSL color Cylindrical-coordinate representation of color #CA9E32: hue angle of 42.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA9E32 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20215850-
CMYK00.220.750.21
HSL42.63º60.32%49.41%-
HSV(B)42.63º75.25%79.22%-
XYZ37.1637.248.25-
YUV158.8466.58158.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 158 (62.11% from 255) = 38.54%
BLUE value IS 50 (19.92% from 255) = 12.20%
R=49.27%
G=38.54%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021585000.220.750.2142.6360.3249.41
HexCA9E320164B152b3c31
Octal3122366202611325537461
Binary1100101010011110110010010110100101110101101011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E32; }

 p { color: rgb(202,158,50); }

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

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

 a { background-color: rgb(202,158,50); }

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

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

 span { border-color: rgb(202,158,50); }

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