Shades of Fuel Yellow #C79234
Tints of Fuel Yellow #C79234
RGB
CMYK
RGB Variations
Color information
#C79234 (or 0xC79234) is known color: Fuel Yellow. HEX triplet: C7, 92 and 34. RGB value is (199,146,52). Sum of RGB (Red+Green+Blue) = 199+146+52=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C79234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79234 is #386DCB. Grayscale: #979797. Windows color (decimal): -3698124 or 3445447. OLE color: 3445447.
HSL color Cylindrical-coordinate representation of color #C79234: hue angle of 38.37º 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 #C79234 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 52 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.22 |
| HSL | 38.37º | 0.59% | 0.49% | - |
| HSV(B) | 38.37º | 0.74% | 0.78% | - |
| XYZ | 34.45 | 32.95 | 7.79 | - |
| YUV | 151.13 | 72.06 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 52 | 0 | 0.27 | 0.74 | 0.22 | 38.37 | 0.59 | 0.49 |
| Hex | C7 | 92 | 34 | 0 | 1B | 4A | 16 | 26 | 3B | 31 |
| Octal | 307 | 222 | 64 | 0 | 33 | 112 | 26 | 46 | 73 | 61 |
| Binary | 11000111 | 10010010 | 110100 | 0 | 11011 | 1001010 | 10110 | 100110 | 111011 | 110001 |
Color Harmonies of #C79234
Complementary color
Monochromatic Colors of #C79234
Black with #C79234
Text Example
Text Example
White with #C79234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79234; }
p { color: rgb(199,146,52); }
H1.HeaderClassName
{
color: #C79234;
}
.AnyTagClassName
{
color: #C79234;
}
</style>
background-color css
<style>
a { background-color: #C79234; }
a { background-color: rgb(199,146,52); }
div.DivClassName
{
background-color: #C79234;
}
.BgClassName
{
background-color: #C79234;
}
</style>
border-color css
<style>
span { border-color: #C79234; }
span { border-color: rgb(199,146,52); }
td.TdClassName
{
border-color: #C79234;
}
.TagClassName
{
border-color: #C79234;
}
</style>