Html Css Color HEX #C9912F Fuel Yellow

📋 copy color: '#C9912F'

red 201 ◦ green 145 ◦ blue 47

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

Shades of Fuel Yellow #C9912F

Tints of Fuel Yellow #C9912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

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

R = 51.15%
G = 36.9%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9912F (or 0xC9912F) is known color: Fuel Yellow. HEX triplet: C9, 91 and 2F. RGB value is (201,145,47). Sum of RGB (Red+Green+Blue) = 201+145+47=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9912F is #366ED0. Grayscale: #979797. Windows color (decimal): -3567313 or 3117513. OLE color: 3117513.

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

Color convert

RGB 201 145 47 -
CMYK 0 0.28 0.77 0.21
HSL 38.18º 0.62% 0.49% -
HSV(B) 38.18º 0.77% 0.79% -
XYZ 34.73 32.87 7.2 -
YUV 150.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 201 145 47 0 0.28 0.77 0.21 38.18 0.62 0.49
Hex C9 91 2F 0 1C 4D 15 26 3E 31
Octal 311 221 57 0 34 115 25 46 76 61
Binary 11001001 10010001 101111 0 11100 1001101 10101 100110 111110 110001

Color Harmonies of #C9912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9912F

Black with #C9912F

Text Example


Text Example

White with #C9912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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