Shades of Fuel Yellow #C89634
Tints of Fuel Yellow #C89634
RGB
CMYK
RGB Variations
Color information
#C89634 (or 0xC89634) is known color: Fuel Yellow. HEX triplet: C8, 96 and 34. RGB value is (200,150,52). Sum of RGB (Red+Green+Blue) = 200+150+52=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C89634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89634 is #3769CB. Grayscale: #9A9A9A. Windows color (decimal): -3631564 or 3446472. OLE color: 3446472.
HSL color Cylindrical-coordinate representation of color #C89634: hue angle of 39.73º 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 #C89634 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 52 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.22 |
| HSL | 39.73º | 0.59% | 0.49% | - |
| HSV(B) | 39.73º | 0.74% | 0.78% | - |
| XYZ | 35.35 | 34.34 | 8.01 | - |
| YUV | 153.78 | 70.57 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 52 | 0 | 0.25 | 0.74 | 0.22 | 39.73 | 0.59 | 0.49 |
| Hex | C8 | 96 | 34 | 0 | 19 | 4A | 16 | 28 | 3B | 31 |
| Octal | 310 | 226 | 64 | 0 | 31 | 112 | 26 | 50 | 73 | 61 |
| Binary | 11001000 | 10010110 | 110100 | 0 | 11001 | 1001010 | 10110 | 101000 | 111011 | 110001 |
Color Harmonies of #C89634
Complementary color
Monochromatic Colors of #C89634
Black with #C89634
Text Example
Text Example
White with #C89634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89634; }
p { color: rgb(200,150,52); }
H1.HeaderClassName
{
color: #C89634;
}
.AnyTagClassName
{
color: #C89634;
}
</style>
background-color css
<style>
a { background-color: #C89634; }
a { background-color: rgb(200,150,52); }
div.DivClassName
{
background-color: #C89634;
}
.BgClassName
{
background-color: #C89634;
}
</style>
border-color css
<style>
span { border-color: #C89634; }
span { border-color: rgb(200,150,52); }
td.TdClassName
{
border-color: #C89634;
}
.TagClassName
{
border-color: #C89634;
}
</style>