#CA9B32

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

Shades of Fuel Yellow #CA9B32

Tints of Fuel Yellow #CA9B32

Color information

#CA9B32 (or 0xCA9B32) is unknown color: approx Fuel Yellow. HEX triplet: CA, 9B and 32. RGB value is (202,155,50). Sum of RGB (Red+Green+Blue) = 202+155+50=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B32 is #3564CD. Grayscale: #9D9D9D. Windows color (decimal): -3499214 or 3316682. OLE color: 3316682.

HSL color Cylindrical-coordinate representation of color #CA9B32: hue angle of 41.45º 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 #CA9B32 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20215550-
CMYK00.230.750.21
HSL41.45º60.32%49.41%-
HSV(B)41.45º75.25%79.22%-
XYZ36.6536.238.08-
YUV157.0867.57160.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 50 (19.92% from 255) = 12.29%
R=49.63%
G=38.08%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021555000.230.750.2141.4560.3249.41
HexCA9B320174B15293c31
Octal3122336202711325517461
Binary1100101010011011110010010111100101110101101001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B32; }

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

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

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

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

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

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

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

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