Shades of Fuel Yellow #C78E2F
Tints of Fuel Yellow #C78E2F
RGB
CMYK
RGB Variations
Color information
#C78E2F (or 0xC78E2F) is known color: Fuel Yellow. HEX triplet: C7, 8E and 2F. RGB value is (199,142,47). Sum of RGB (Red+Green+Blue) = 199+142+47=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78E2F is #3871D0. Grayscale: #949494. Windows color (decimal): -3699153 or 3116743. OLE color: 3116743.
HSL color Cylindrical-coordinate representation of color #C78E2F: hue angle of 37.5º 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 #C78E2F is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 47 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.22 |
| HSL | 37.5º | 0.62% | 0.48% | - |
| HSV(B) | 37.5º | 0.76% | 0.78% | - |
| XYZ | 33.74 | 31.69 | 7.03 | - |
| YUV | 148.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 47 | 0 | 0.29 | 0.76 | 0.22 | 37.5 | 0.62 | 0.48 |
| Hex | C7 | 8E | 2F | 0 | 1D | 4C | 16 | 26 | 3E | 30 |
| Octal | 307 | 216 | 57 | 0 | 35 | 114 | 26 | 46 | 76 | 60 |
| Binary | 11000111 | 10001110 | 101111 | 0 | 11101 | 1001100 | 10110 | 100110 | 111110 | 110000 |
Color Harmonies of #C78E2F
Complementary color
Monochromatic Colors of #C78E2F
Black with #C78E2F
Text Example
Text Example
White with #C78E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E2F; }
p { color: rgb(199,142,47); }
H1.HeaderClassName
{
color: #C78E2F;
}
.AnyTagClassName
{
color: #C78E2F;
}
</style>
background-color css
<style>
a { background-color: #C78E2F; }
a { background-color: rgb(199,142,47); }
div.DivClassName
{
background-color: #C78E2F;
}
.BgClassName
{
background-color: #C78E2F;
}
</style>
border-color css
<style>
span { border-color: #C78E2F; }
span { border-color: rgb(199,142,47); }
td.TdClassName
{
border-color: #C78E2F;
}
.TagClassName
{
border-color: #C78E2F;
}
</style>