#CA9C37

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

Shades of Fuel Yellow #CA9C37

Tints of Fuel Yellow #CA9C37

Color information

#CA9C37 (or 0xCA9C37) is unknown color: approx Fuel Yellow. HEX triplet: CA, 9C and 37. RGB value is (202,156,55). Sum of RGB (Red+Green+Blue) = 202+156+55=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C37 is #3563C8. Grayscale: #9E9E9E. Windows color (decimal): -3498953 or 3644618. OLE color: 3644618.

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

Color convert

RGB20215655-
CMYK00.230.730.21
HSL41.22º58.1%50.39%-
HSV(B)41.22º72.77%79.22%-
XYZ36.9436.618.73-
YUV158.2469.74159.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 55 (21.88% from 255) = 13.32%
R=48.91%
G=37.77%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021565500.230.730.2141.2258.150.39
HexCA9C370174915293a32
Octal3122346702711125517262
Binary1100101010011100110111010111100100110101101001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C37; }

 p { color: rgb(202,156,55); }

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

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

 a { background-color: rgb(202,156,55); }

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

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

 span { border-color: rgb(202,156,55); }

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