Html Css Color HEX #C7912E Fuel Yellow

📋 copy color: '#C7912E'

red 199 ◦ green 145 ◦ blue 46

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

Shades of Fuel Yellow #C7912E

Tints of Fuel Yellow #C7912E

RGB

 RED value IS 199 (78.13% from 255) = 51.03%

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

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

R = 51.03%
G = 37.18%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7912E (or 0xC7912E) is known color: Fuel Yellow. HEX triplet: C7, 91 and 2E. RGB value is (199,145,46). Sum of RGB (Red+Green+Blue) = 199+145+46=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7912E is #386ED1. Grayscale: #969696. Windows color (decimal): -3698386 or 3051975. OLE color: 3051975.

HSL color Cylindrical-coordinate representation of color #C7912E: hue angle of 38.82º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7912E is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 145 46 -
CMYK 0 0.27 0.77 0.22
HSL 38.82º 0.62% 0.48% -
HSV(B) 38.82º 0.77% 0.78% -
XYZ 34.17 32.59 7.07 -
YUV 149.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 199 145 46 0 0.27 0.77 0.22 38.82 0.62 0.48
Hex C7 91 2E 0 1B 4D 16 27 3E 30
Octal 307 221 56 0 33 115 26 47 76 60
Binary 11000111 10010001 101110 0 11011 1001101 10110 100111 111110 110000

Color Harmonies of #C7912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7912E

Black with #C7912E

Text Example


Text Example

White with #C7912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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