Html Css Color HEX #C9952F Fuel Yellow

📋 copy color: '#C9952F'

red 201 ◦ green 149 ◦ blue 47

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

Shades of Fuel Yellow #C9952F

Tints of Fuel Yellow #C9952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.84%

R = 50.63%
G = 37.53%
B = 11.84%

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

#C9952F (or 0xC9952F) is known color: Fuel Yellow. HEX triplet: C9, 95 and 2F. RGB value is (201,149,47). Sum of RGB (Red+Green+Blue) = 201+149+47=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9952F is #366AD0. Grayscale: #999999. Windows color (decimal): -3566289 or 3118537. OLE color: 3118537.

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

Color convert

RGB 201 149 47 -
CMYK 0 0.26 0.77 0.21
HSL 39.74º 0.62% 0.49% -
HSV(B) 39.74º 0.77% 0.79% -
XYZ 35.35 34.12 7.41 -
YUV 152.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 201 149 47 0 0.26 0.77 0.21 39.74 0.62 0.49
Hex C9 95 2F 0 1A 4D 15 28 3E 31
Octal 311 225 57 0 32 115 25 50 76 61
Binary 11001001 10010101 101111 0 11010 1001101 10101 101000 111110 110001

Color Harmonies of #C9952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9952F

Black with #C9952F

Text Example


Text Example

White with #C9952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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