#CA9034

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

Shades of Fuel Yellow #CA9034

Tints of Fuel Yellow #CA9034

Color information

#CA9034 (or 0xCA9034) is unknown color: approx Fuel Yellow. HEX triplet: CA, 90 and 34. RGB value is (202,144,52). Sum of RGB (Red+Green+Blue) = 202+144+52=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9034 is #356FCB. Grayscale: #979797. Windows color (decimal): -3502028 or 3444938. OLE color: 3444938.

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

Color convert

RGB20214452-
CMYK00.290.740.21
HSL36.8º59.06%49.8%-
HSV(B)36.8º74.26%79.22%-
XYZ34.9532.757.73-
YUV150.8572.22164.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 52 (20.70% from 255) = 13.07%
R=50.75%
G=36.18%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021445200.290.740.2136.859.0649.8
HexCA903401D4A15253b32
Octal3122206403511225457362
Binary1100101010010000110100011101100101010101100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9034; }

 p { color: rgb(202,144,52); }

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

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

 a { background-color: rgb(202,144,52); }

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

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

 span { border-color: rgb(202,144,52); }

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