#CA9C39

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

Shades of Fuel Yellow #CA9C39

Tints of Fuel Yellow #CA9C39

Color information

#CA9C39 (or 0xCA9C39) is unknown color: approx Fuel Yellow. HEX triplet: CA, 9C and 39. RGB value is (202,156,57). Sum of RGB (Red+Green+Blue) = 202+156+57=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C39 is #3563C6. Grayscale: #9E9E9E. Windows color (decimal): -3498951 or 3775690. OLE color: 3775690.

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

Color convert

RGB20215657-
CMYK00.230.720.21
HSL40.97º57.77%50.78%-
HSV(B)40.97º71.78%79.22%-
XYZ36.9836.638.99-
YUV158.4770.74159.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 57 (22.66% from 255) = 13.73%
R=48.67%
G=37.59%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021565700.230.720.2140.9757.7750.78
HexCA9C390174815293a33
Octal3122347102711025517263
Binary1100101010011100111001010111100100010101101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C39; }

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

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

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

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

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

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

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

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