Html Css Color HEX #C99431 Fuel Yellow

📋 copy color: '#C99431'

red 201 ◦ green 148 ◦ blue 49

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

Shades of Fuel Yellow #C99431

Tints of Fuel Yellow #C99431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

 BLUE value IS 49 (19.53% from 255) = 12.31%

R = 50.5%
G = 37.19%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C99431 (or 0xC99431) is known color: Fuel Yellow. HEX triplet: C9, 94 and 31. RGB value is (201,148,49). Sum of RGB (Red+Green+Blue) = 201+148+49=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C99431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99431 is #366BCE. Grayscale: #999999. Windows color (decimal): -3566543 or 3249353. OLE color: 3249353.

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

Color convert

RGB 201 148 49 -
CMYK 0 0.26 0.76 0.21
HSL 39.08º 0.61% 0.49% -
HSV(B) 39.08º 0.76% 0.79% -
XYZ 35.23 33.82 7.58 -
YUV 152.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 201 148 49 0 0.26 0.76 0.21 39.08 0.61 0.49
Hex C9 94 31 0 1A 4C 15 27 3D 31
Octal 311 224 61 0 32 114 25 47 75 61
Binary 11001001 10010100 110001 0 11010 1001100 10101 100111 111101 110001

Color Harmonies of #C99431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99431

Black with #C99431

Text Example


Text Example

White with #C99431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99431; }

 p { color: rgb(201,148,49); }

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

background-color css

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

 a { background-color: rgb(201,148,49); }

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

border-color css

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

 span { border-color: rgb(201,148,49); }

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