Shades of Fuel Yellow #C89E35
Tints of Fuel Yellow #C89E35
RGB
CMYK
RGB Variations
Color information
#C89E35 (or 0xC89E35) is known color: Fuel Yellow. HEX triplet: C8, 9E and 35. RGB value is (200,158,53). Sum of RGB (Red+Green+Blue) = 200+158+53=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E35 is #3761CA. Grayscale: #9F9F9F. Windows color (decimal): -3629515 or 3514056. OLE color: 3514056.
HSL color Cylindrical-coordinate representation of color #C89E35: hue angle of 42.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C89E35 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 53 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.22 |
| HSL | 42.86º | 0.58% | 0.5% | - |
| HSV(B) | 42.86º | 0.74% | 0.78% | - |
| XYZ | 36.69 | 36.99 | 8.57 | - |
| YUV | 158.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 53 | 0 | 0.21 | 0.74 | 0.22 | 42.86 | 0.58 | 0.5 |
| Hex | C8 | 9E | 35 | 0 | 15 | 4A | 16 | 2B | 3A | 32 |
| Octal | 310 | 236 | 65 | 0 | 25 | 112 | 26 | 53 | 72 | 62 |
| Binary | 11001000 | 10011110 | 110101 | 0 | 10101 | 1001010 | 10110 | 101011 | 111010 | 110010 |
Color Harmonies of #C89E35
Complementary color
Monochromatic Colors of #C89E35
Black with #C89E35
Text Example
Text Example
White with #C89E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E35; }
p { color: rgb(200,158,53); }
H1.HeaderClassName
{
color: #C89E35;
}
.AnyTagClassName
{
color: #C89E35;
}
</style>
background-color css
<style>
a { background-color: #C89E35; }
a { background-color: rgb(200,158,53); }
div.DivClassName
{
background-color: #C89E35;
}
.BgClassName
{
background-color: #C89E35;
}
</style>
border-color css
<style>
span { border-color: #C89E35; }
span { border-color: rgb(200,158,53); }
td.TdClassName
{
border-color: #C89E35;
}
.TagClassName
{
border-color: #C89E35;
}
</style>