#C99135

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

Shades of Fuel Yellow #C99135

Tints of Fuel Yellow #C99135

Color information

#C99135 (or 0xC99135) is unknown color: approx Fuel Yellow. HEX triplet: C9, 91 and 35. RGB value is (201,145,53). Sum of RGB (Red+Green+Blue) = 201+145+53=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C99135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99135 is #366ECA. Grayscale: #979797. Windows color (decimal): -3567307 or 3510729. OLE color: 3510729.

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

Color convert

RGB20114553-
CMYK00.280.740.21
HSL37.3º58.27%49.8%-
HSV(B)37.3º73.63%78.82%-
XYZ34.8632.937.89-
YUV151.2672.55163.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 53 (21.09% from 255) = 13.28%
R=50.38%
G=36.34%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011455300.280.740.2137.358.2749.8
HexC9913501C4A15253a32
Octal3112216503411225457262
Binary1100100110010001110101011100100101010101100101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99135; }

 p { color: rgb(201,145,53); }

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

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

 a { background-color: rgb(201,145,53); }

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

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

 span { border-color: rgb(201,145,53); }

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