#CA9E35

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

Shades of Fuel Yellow #CA9E35

Tints of Fuel Yellow #CA9E35

Color information

#CA9E35 (or 0xCA9E35) is unknown color: approx Fuel Yellow. HEX triplet: CA, 9E and 35. RGB value is (202,158,53). Sum of RGB (Red+Green+Blue) = 202+158+53=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E35 is #3561CA. Grayscale: #9F9F9F. Windows color (decimal): -3498443 or 3514058. OLE color: 3514058.

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

Color convert

RGB20215853-
CMYK00.220.740.21
HSL42.28º58.43%50%-
HSV(B)42.28º73.76%79.22%-
XYZ37.2337.278.6-
YUV159.1968.08158.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=48.91%
G=38.26%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021585300.220.740.2142.2858.4350
HexCA9E350164A152a3a32
Octal3122366502611225527262
Binary1100101010011110110101010110100101010101101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E35; }

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

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

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

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

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

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

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

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