Html Css Color HEX #C99532 Fuel Yellow

📋 copy color: '#C99532'

red 201 ◦ green 149 ◦ blue 50

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

Shades of Fuel Yellow #C99532

Tints of Fuel Yellow #C99532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 50.25%
G = 37.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C99532 (or 0xC99532) is known color: Fuel Yellow. HEX triplet: C9, 95 and 32. RGB value is (201,149,50). Sum of RGB (Red+Green+Blue) = 201+149+50=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C99532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99532 is #366ACD. Grayscale: #999999. Windows color (decimal): -3566286 or 3315145. OLE color: 3315145.

HSL color Cylindrical-coordinate representation of color #C99532: hue angle of 39.34º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C99532 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 50 -
CMYK 0 0.26 0.75 0.21
HSL 39.34º 0.6% 0.49% -
HSV(B) 39.34º 0.75% 0.79% -
XYZ 35.41 34.14 7.74 -
YUV 153.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 201 149 50 0 0.26 0.75 0.21 39.34 0.6 0.49
Hex C9 95 32 0 1A 4B 15 27 3C 31
Octal 311 225 62 0 32 113 25 47 74 61
Binary 11001001 10010101 110010 0 11010 1001011 10101 100111 111100 110001

Color Harmonies of #C99532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99532

Black with #C99532

Text Example


Text Example

White with #C99532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99532; }

 p { color: rgb(201,149,50); }

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

background-color css

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

 a { background-color: rgb(201,149,50); }

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

border-color css

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

 span { border-color: rgb(201,149,50); }

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