Html Css Color HEX #C99034 Fuel Yellow

📋 copy color: '#C99034'

red 201 ◦ green 144 ◦ blue 52

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

Shades of Fuel Yellow #C99034

Tints of Fuel Yellow #C99034

RGB

 RED value IS 201 (78.91% from 255) = 50.63%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 52 (20.7% from 255) = 13.1%

R = 50.63%
G = 36.27%
B = 13.1%

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

#C99034 (or 0xC99034) is known color: Fuel Yellow. HEX triplet: C9, 90 and 34. RGB value is (201,144,52). Sum of RGB (Red+Green+Blue) = 201+144+52=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C99034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99034 is #366FCB. Grayscale: #969696. Windows color (decimal): -3567564 or 3444937. OLE color: 3444937.

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

Color convert

RGB 201 144 52 -
CMYK 0 0.28 0.74 0.21
HSL 37.05º 0.59% 0.5% -
HSV(B) 37.05º 0.74% 0.79% -
XYZ 34.68 32.61 7.72 -
YUV 150.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 201 144 52 0 0.28 0.74 0.21 37.05 0.59 0.5
Hex C9 90 34 0 1C 4A 15 25 3B 32
Octal 311 220 64 0 34 112 25 45 73 62
Binary 11001001 10010000 110100 0 11100 1001010 10101 100101 111011 110010

Color Harmonies of #C99034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99034

Black with #C99034

Text Example


Text Example

White with #C99034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99034; }

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

 H1.HeaderClassName
 {
   color: #C99034;
 }
 .AnyTagClassName
 {
   color: #C99034;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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