Html Css Color HEX #C9912E Fuel Yellow

📋 copy color: '#C9912E'

red 201 ◦ green 145 ◦ blue 46

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

Shades of Fuel Yellow #C9912E

Tints of Fuel Yellow #C9912E

RGB

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

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

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

R = 51.28%
G = 36.99%
B = 11.73%

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

#C9912E (or 0xC9912E) is known color: Fuel Yellow. HEX triplet: C9, 91 and 2E. RGB value is (201,145,46). Sum of RGB (Red+Green+Blue) = 201+145+46=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9912E is #366ED1. Grayscale: #969696. Windows color (decimal): -3567314 or 3051977. OLE color: 3051977.

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

Color convert

RGB 201 145 46 -
CMYK 0 0.28 0.77 0.21
HSL 38.32º 0.63% 0.48% -
HSV(B) 38.32º 0.77% 0.79% -
XYZ 34.71 32.87 7.1 -
YUV 150.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 201 145 46 0 0.28 0.77 0.21 38.32 0.63 0.48
Hex C9 91 2E 0 1C 4D 15 26 3F 30
Octal 311 221 56 0 34 115 25 46 77 60
Binary 11001001 10010001 101110 0 11100 1001101 10101 100110 111111 110000

Color Harmonies of #C9912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9912E

Black with #C9912E

Text Example


Text Example

White with #C9912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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