Shades of Fuel Yellow #C89832
Tints of Fuel Yellow #C89832
RGB
CMYK
RGB Variations
Color information
#C89832 (or 0xC89832) is known color: Fuel Yellow. HEX triplet: C8, 98 and 32. RGB value is (200,152,50). Sum of RGB (Red+Green+Blue) = 200+152+50=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C89832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89832 is #3767CD. Grayscale: #9B9B9B. Windows color (decimal): -3631054 or 3315912. OLE color: 3315912.
HSL color Cylindrical-coordinate representation of color #C89832: hue angle of 40.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C89832 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 50 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.22 |
| HSL | 40.8º | 0.6% | 0.49% | - |
| HSV(B) | 40.8º | 0.75% | 0.78% | - |
| XYZ | 35.62 | 34.97 | 7.89 | - |
| YUV | 154.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 50 | 0 | 0.24 | 0.75 | 0.22 | 40.8 | 0.6 | 0.49 |
| Hex | C8 | 98 | 32 | 0 | 18 | 4B | 16 | 29 | 3C | 31 |
| Octal | 310 | 230 | 62 | 0 | 30 | 113 | 26 | 51 | 74 | 61 |
| Binary | 11001000 | 10011000 | 110010 | 0 | 11000 | 1001011 | 10110 | 101001 | 111100 | 110001 |
Color Harmonies of #C89832
Complementary color
Monochromatic Colors of #C89832
Black with #C89832
Text Example
Text Example
White with #C89832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89832; }
p { color: rgb(200,152,50); }
H1.HeaderClassName
{
color: #C89832;
}
.AnyTagClassName
{
color: #C89832;
}
</style>
background-color css
<style>
a { background-color: #C89832; }
a { background-color: rgb(200,152,50); }
div.DivClassName
{
background-color: #C89832;
}
.BgClassName
{
background-color: #C89832;
}
</style>
border-color css
<style>
span { border-color: #C89832; }
span { border-color: rgb(200,152,50); }
td.TdClassName
{
border-color: #C89832;
}
.TagClassName
{
border-color: #C89832;
}
</style>