Html Css Color HEX #C7912F Fuel Yellow

📋 copy color: '#C7912F'

red 199 ◦ green 145 ◦ blue 47

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

Shades of Fuel Yellow #C7912F

Tints of Fuel Yellow #C7912F

RGB

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

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

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

R = 50.9%
G = 37.08%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7912F (or 0xC7912F) is known color: Fuel Yellow. HEX triplet: C7, 91 and 2F. RGB value is (199,145,47). Sum of RGB (Red+Green+Blue) = 199+145+47=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7912F is #386ED0. Grayscale: #969696. Windows color (decimal): -3698385 or 3117511. OLE color: 3117511.

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

Color convert

RGB 199 145 47 -
CMYK 0 0.27 0.76 0.22
HSL 38.68º 0.62% 0.48% -
HSV(B) 38.68º 0.76% 0.78% -
XYZ 34.19 32.6 7.18 -
YUV 149.97 69.89 162.97 -
System Red Green Blue C M Y K H S L
Decimal 199 145 47 0 0.27 0.76 0.22 38.68 0.62 0.48
Hex C7 91 2F 0 1B 4C 16 27 3E 30
Octal 307 221 57 0 33 114 26 47 76 60
Binary 11000111 10010001 101111 0 11011 1001100 10110 100111 111110 110000

Color Harmonies of #C7912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7912F

Black with #C7912F

Text Example


Text Example

White with #C7912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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