Shades of Fuel Yellow #C89036
Tints of Fuel Yellow #C89036
RGB
CMYK
RGB Variations
Color information
#C89036 (or 0xC89036) is known color: Fuel Yellow. HEX triplet: C8, 90 and 36. RGB value is (200,144,54). Sum of RGB (Red+Green+Blue) = 200+144+54=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C89036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89036 is #376FC9. Grayscale: #969696. Windows color (decimal): -3633098 or 3576008. OLE color: 3576008.
HSL color Cylindrical-coordinate representation of color #C89036: hue angle of 36.99º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C89036 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 54 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.22 |
| HSL | 36.99º | 0.57% | 0.5% | - |
| HSV(B) | 36.99º | 0.73% | 0.78% | - |
| XYZ | 34.46 | 32.49 | 7.95 | - |
| YUV | 150.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 54 | 0 | 0.28 | 0.73 | 0.22 | 36.99 | 0.57 | 0.5 |
| Hex | C8 | 90 | 36 | 0 | 1C | 49 | 16 | 25 | 39 | 32 |
| Octal | 310 | 220 | 66 | 0 | 34 | 111 | 26 | 45 | 71 | 62 |
| Binary | 11001000 | 10010000 | 110110 | 0 | 11100 | 1001001 | 10110 | 100101 | 111001 | 110010 |
Color Harmonies of #C89036
Complementary color
Monochromatic Colors of #C89036
Black with #C89036
Text Example
Text Example
White with #C89036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89036; }
p { color: rgb(200,144,54); }
H1.HeaderClassName
{
color: #C89036;
}
.AnyTagClassName
{
color: #C89036;
}
</style>
background-color css
<style>
a { background-color: #C89036; }
a { background-color: rgb(200,144,54); }
div.DivClassName
{
background-color: #C89036;
}
.BgClassName
{
background-color: #C89036;
}
</style>
border-color css
<style>
span { border-color: #C89036; }
span { border-color: rgb(200,144,54); }
td.TdClassName
{
border-color: #C89036;
}
.TagClassName
{
border-color: #C89036;
}
</style>