Html Css Color HEX #C9952E Fuel Yellow

📋 copy color: '#C9952E'

red 201 ◦ green 149 ◦ blue 46

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

Shades of Fuel Yellow #C9952E

Tints of Fuel Yellow #C9952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.62%

R = 50.76%
G = 37.63%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9952E (or 0xC9952E) is known color: Fuel Yellow. HEX triplet: C9, 95 and 2E. RGB value is (201,149,46). Sum of RGB (Red+Green+Blue) = 201+149+46=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9952E is #366AD1. Grayscale: #999999. Windows color (decimal): -3566290 or 3053001. OLE color: 3053001.

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

Color convert

RGB 201 149 46 -
CMYK 0 0.26 0.77 0.21
HSL 39.87º 0.63% 0.48% -
HSV(B) 39.87º 0.77% 0.79% -
XYZ 35.33 34.11 7.31 -
YUV 152.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 201 149 46 0 0.26 0.77 0.21 39.87 0.63 0.48
Hex C9 95 2E 0 1A 4D 15 28 3F 30
Octal 311 225 56 0 32 115 25 50 77 60
Binary 11001001 10010101 101110 0 11010 1001101 10101 101000 111111 110000

Color Harmonies of #C9952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9952E

Black with #C9952E

Text Example


Text Example

White with #C9952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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