Shades of Fuel Yellow #C78F34
Tints of Fuel Yellow #C78F34
RGB
CMYK
RGB Variations
Color information
#C78F34 (or 0xC78F34) is known color: Fuel Yellow. HEX triplet: C7, 8F and 34. RGB value is (199,143,52). Sum of RGB (Red+Green+Blue) = 199+143+52=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78F34 is #3870CB. Grayscale: #959595. Windows color (decimal): -3698892 or 3444679. OLE color: 3444679.
HSL color Cylindrical-coordinate representation of color #C78F34: hue angle of 37.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C78F34 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 52 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.22 |
| HSL | 37.14º | 0.59% | 0.49% | - |
| HSV(B) | 37.14º | 0.74% | 0.78% | - |
| XYZ | 34 | 32.03 | 7.64 | - |
| YUV | 149.37 | 73.05 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 52 | 0 | 0.28 | 0.74 | 0.22 | 37.14 | 0.59 | 0.49 |
| Hex | C7 | 8F | 34 | 0 | 1C | 4A | 16 | 25 | 3B | 31 |
| Octal | 307 | 217 | 64 | 0 | 34 | 112 | 26 | 45 | 73 | 61 |
| Binary | 11000111 | 10001111 | 110100 | 0 | 11100 | 1001010 | 10110 | 100101 | 111011 | 110001 |
Color Harmonies of #C78F34
Complementary color
Monochromatic Colors of #C78F34
Black with #C78F34
Text Example
Text Example
White with #C78F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F34; }
p { color: rgb(199,143,52); }
H1.HeaderClassName
{
color: #C78F34;
}
.AnyTagClassName
{
color: #C78F34;
}
</style>
background-color css
<style>
a { background-color: #C78F34; }
a { background-color: rgb(199,143,52); }
div.DivClassName
{
background-color: #C78F34;
}
.BgClassName
{
background-color: #C78F34;
}
</style>
border-color css
<style>
span { border-color: #C78F34; }
span { border-color: rgb(199,143,52); }
td.TdClassName
{
border-color: #C78F34;
}
.TagClassName
{
border-color: #C78F34;
}
</style>