Shades of Fuel Yellow #C89932
Tints of Fuel Yellow #C89932
RGB
CMYK
RGB Variations
Color information
#C89932 (or 0xC89932) is known color: Fuel Yellow. HEX triplet: C8, 99 and 32. RGB value is (200,153,50). Sum of RGB (Red+Green+Blue) = 200+153+50=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C89932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89932 is #3766CD. Grayscale: #9B9B9B. Windows color (decimal): -3630798 or 3316168. OLE color: 3316168.
HSL color Cylindrical-coordinate representation of color #C89932: hue angle of 41.2º 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 #C89932 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 50 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.22 |
| HSL | 41.2º | 0.6% | 0.49% | - |
| HSV(B) | 41.2º | 0.75% | 0.78% | - |
| XYZ | 35.79 | 35.29 | 7.94 | - |
| YUV | 155.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 50 | 0 | 0.24 | 0.75 | 0.22 | 41.2 | 0.6 | 0.49 |
| Hex | C8 | 99 | 32 | 0 | 18 | 4B | 16 | 29 | 3C | 31 |
| Octal | 310 | 231 | 62 | 0 | 30 | 113 | 26 | 51 | 74 | 61 |
| Binary | 11001000 | 10011001 | 110010 | 0 | 11000 | 1001011 | 10110 | 101001 | 111100 | 110001 |
Color Harmonies of #C89932
Complementary color
Monochromatic Colors of #C89932
Black with #C89932
Text Example
Text Example
White with #C89932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89932; }
p { color: rgb(200,153,50); }
H1.HeaderClassName
{
color: #C89932;
}
.AnyTagClassName
{
color: #C89932;
}
</style>
background-color css
<style>
a { background-color: #C89932; }
a { background-color: rgb(200,153,50); }
div.DivClassName
{
background-color: #C89932;
}
.BgClassName
{
background-color: #C89932;
}
</style>
border-color css
<style>
span { border-color: #C89932; }
span { border-color: rgb(200,153,50); }
td.TdClassName
{
border-color: #C89932;
}
.TagClassName
{
border-color: #C89932;
}
</style>