Shades of Fuel Yellow #C89534
Tints of Fuel Yellow #C89534
RGB
CMYK
RGB Variations
Color information
#C89534 (or 0xC89534) is known color: Fuel Yellow. HEX triplet: C8, 95 and 34. RGB value is (200,149,52). Sum of RGB (Red+Green+Blue) = 200+149+52=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C89534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89534 is #376ACB. Grayscale: #999999. Windows color (decimal): -3631820 or 3446216. OLE color: 3446216.
HSL color Cylindrical-coordinate representation of color #C89534: hue angle of 39.32º 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 #C89534 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 52 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.22 |
| HSL | 39.32º | 0.59% | 0.49% | - |
| HSV(B) | 39.32º | 0.74% | 0.78% | - |
| XYZ | 35.19 | 34.02 | 7.96 | - |
| YUV | 153.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 52 | 0 | 0.26 | 0.74 | 0.22 | 39.32 | 0.59 | 0.49 |
| Hex | C8 | 95 | 34 | 0 | 1A | 4A | 16 | 27 | 3B | 31 |
| Octal | 310 | 225 | 64 | 0 | 32 | 112 | 26 | 47 | 73 | 61 |
| Binary | 11001000 | 10010101 | 110100 | 0 | 11010 | 1001010 | 10110 | 100111 | 111011 | 110001 |
Color Harmonies of #C89534
Complementary color
Monochromatic Colors of #C89534
Black with #C89534
Text Example
Text Example
White with #C89534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89534; }
p { color: rgb(200,149,52); }
H1.HeaderClassName
{
color: #C89534;
}
.AnyTagClassName
{
color: #C89534;
}
</style>
background-color css
<style>
a { background-color: #C89534; }
a { background-color: rgb(200,149,52); }
div.DivClassName
{
background-color: #C89534;
}
.BgClassName
{
background-color: #C89534;
}
</style>
border-color css
<style>
span { border-color: #C89534; }
span { border-color: rgb(200,149,52); }
td.TdClassName
{
border-color: #C89534;
}
.TagClassName
{
border-color: #C89534;
}
</style>