Html Css Color HEX #C99135 Fuel Yellow

📋 copy color: '#C99135'

red 201 ◦ green 145 ◦ blue 53

#C99135
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #C99135

Tints of Fuel Yellow #C99135

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 value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C99135 (or 0xC99135) is known color: 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

RGB 201 145 53 -
CMYK 0 0.28 0.74 0.21
HSL 37.3º 0.58% 0.5% -
HSV(B) 37.3º 0.74% 0.79% -
XYZ 34.86 32.93 7.89 -
YUV 151.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 201 145 53 0 0.28 0.74 0.21 37.3 0.58 0.5
Hex C9 91 35 0 1C 4A 15 25 3A 32
Octal 311 221 65 0 34 112 25 45 72 62
Binary 11001001 10010001 110101 0 11100 1001010 10101 100101 111010 110010

Color Harmonies of #C99135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99135

Black with #C99135

Text Example


Text Example

White with #C99135

Text Example


Text Example

HTML Codes & Css Web 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>