Shades of Fuel Yellow #C89134
Tints of Fuel Yellow #C89134
RGB
CMYK
RGB Variations
Color information
#C89134 (or 0xC89134) is known color: Fuel Yellow. HEX triplet: C8, 91 and 34. RGB value is (200,145,52). Sum of RGB (Red+Green+Blue) = 200+145+52=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C89134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89134 is #376ECB. Grayscale: #979797. Windows color (decimal): -3632844 or 3445192. OLE color: 3445192.
HSL color Cylindrical-coordinate representation of color #C89134: hue angle of 37.7º 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 #C89134 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 52 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.22 |
| HSL | 37.7º | 0.59% | 0.49% | - |
| HSV(B) | 37.7º | 0.74% | 0.78% | - |
| XYZ | 34.56 | 32.78 | 7.75 | - |
| YUV | 150.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 52 | 0 | 0.28 | 0.74 | 0.22 | 37.7 | 0.59 | 0.49 |
| Hex | C8 | 91 | 34 | 0 | 1C | 4A | 16 | 26 | 3B | 31 |
| Octal | 310 | 221 | 64 | 0 | 34 | 112 | 26 | 46 | 73 | 61 |
| Binary | 11001000 | 10010001 | 110100 | 0 | 11100 | 1001010 | 10110 | 100110 | 111011 | 110001 |
Color Harmonies of #C89134
Complementary color
Monochromatic Colors of #C89134
Black with #C89134
Text Example
Text Example
White with #C89134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89134; }
p { color: rgb(200,145,52); }
H1.HeaderClassName
{
color: #C89134;
}
.AnyTagClassName
{
color: #C89134;
}
</style>
background-color css
<style>
a { background-color: #C89134; }
a { background-color: rgb(200,145,52); }
div.DivClassName
{
background-color: #C89134;
}
.BgClassName
{
background-color: #C89134;
}
</style>
border-color css
<style>
span { border-color: #C89134; }
span { border-color: rgb(200,145,52); }
td.TdClassName
{
border-color: #C89134;
}
.TagClassName
{
border-color: #C89134;
}
</style>