#CA9A31

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

Shades of Fuel Yellow #CA9A31

Tints of Fuel Yellow #CA9A31

Color information

#CA9A31 (or 0xCA9A31) is unknown color: approx Fuel Yellow. HEX triplet: CA, 9A and 31. RGB value is (202,154,49). Sum of RGB (Red+Green+Blue) = 202+154+49=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A31 is #3565CE. Grayscale: #9C9C9C. Windows color (decimal): -3499471 or 3250890. OLE color: 3250890.

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

Color convert

RGB20215449-
CMYK00.240.760.21
HSL41.18º60.96%49.22%-
HSV(B)41.18º75.74%79.22%-
XYZ36.4735.897.91-
YUV156.3867.4160.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 49 (19.53% from 255) = 12.10%
R=49.88%
G=38.02%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021544900.240.760.2141.1860.9649.22
HexCA9A310184C15293d31
Octal3122326103011425517561
Binary1100101010011010110001011000100110010101101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A31; }

 p { color: rgb(202,154,49); }

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

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

 a { background-color: rgb(202,154,49); }

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

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

 span { border-color: rgb(202,154,49); }

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