#CA9A35

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

Shades of Fuel Yellow #CA9A35

Tints of Fuel Yellow #CA9A35

Color information

#CA9A35 (or 0xCA9A35) is unknown color: approx Fuel Yellow. HEX triplet: CA, 9A and 35. RGB value is (202,154,53). Sum of RGB (Red+Green+Blue) = 202+154+53=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A35 is #3565CA. Grayscale: #9D9D9D. Windows color (decimal): -3499467 or 3513034. OLE color: 3513034.

HSL color Cylindrical-coordinate representation of color #CA9A35: hue angle of 40.67º degrees, saturation: 0.58, 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 #CA9A35 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20215453-
CMYK00.240.740.21
HSL40.67º58.43%50%-
HSV(B)40.67º73.76%79.22%-
XYZ36.5635.928.38-
YUV156.8469.4160.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=49.39%
G=37.65%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021545300.240.740.2140.6758.4350
HexCA9A350184A15293a32
Octal3122326503011225517262
Binary1100101010011010110101011000100101010101101001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A35; }

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

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

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

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

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

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

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

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