Shades of Fuel Yellow #C89536
Tints of Fuel Yellow #C89536
RGB
CMYK
RGB Variations
Color information
#C89536 (or 0xC89536) is known color: Fuel Yellow. HEX triplet: C8, 95 and 36. RGB value is (200,149,54). Sum of RGB (Red+Green+Blue) = 200+149+54=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C89536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89536 is #376AC9. Grayscale: #999999. Windows color (decimal): -3631818 or 3577288. OLE color: 3577288.
HSL color Cylindrical-coordinate representation of color #C89536: hue angle of 39.04º 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 #C89536 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 54 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.22 |
| HSL | 39.04º | 0.57% | 0.5% | - |
| HSV(B) | 39.04º | 0.73% | 0.78% | - |
| XYZ | 35.23 | 34.04 | 8.2 | - |
| YUV | 153.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 54 | 0 | 0.26 | 0.73 | 0.22 | 39.04 | 0.57 | 0.5 |
| Hex | C8 | 95 | 36 | 0 | 1A | 49 | 16 | 27 | 39 | 32 |
| Octal | 310 | 225 | 66 | 0 | 32 | 111 | 26 | 47 | 71 | 62 |
| Binary | 11001000 | 10010101 | 110110 | 0 | 11010 | 1001001 | 10110 | 100111 | 111001 | 110010 |
Color Harmonies of #C89536
Complementary color
Monochromatic Colors of #C89536
Black with #C89536
Text Example
Text Example
White with #C89536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89536; }
p { color: rgb(200,149,54); }
H1.HeaderClassName
{
color: #C89536;
}
.AnyTagClassName
{
color: #C89536;
}
</style>
background-color css
<style>
a { background-color: #C89536; }
a { background-color: rgb(200,149,54); }
div.DivClassName
{
background-color: #C89536;
}
.BgClassName
{
background-color: #C89536;
}
</style>
border-color css
<style>
span { border-color: #C89536; }
span { border-color: rgb(200,149,54); }
td.TdClassName
{
border-color: #C89536;
}
.TagClassName
{
border-color: #C89536;
}
</style>