Shades of Fuel Yellow #C89B32
Tints of Fuel Yellow #C89B32
RGB
CMYK
RGB Variations
Color information
#C89B32 (or 0xC89B32) is known color: Fuel Yellow. HEX triplet: C8, 9B and 32. RGB value is (200,155,50). Sum of RGB (Red+Green+Blue) = 200+155+50=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B32 is #3764CD. Grayscale: #9C9C9C. Windows color (decimal): -3630286 or 3316680. OLE color: 3316680.
HSL color Cylindrical-coordinate representation of color #C89B32: hue angle of 42º 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 #C89B32 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 50 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.22 |
| HSL | 42º | 0.6% | 0.49% | - |
| HSV(B) | 42º | 0.75% | 0.78% | - |
| XYZ | 36.12 | 35.95 | 8.05 | - |
| YUV | 156.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 50 | 0 | 0.22 | 0.75 | 0.22 | 42 | 0.6 | 0.49 |
| Hex | C8 | 9B | 32 | 0 | 16 | 4B | 16 | 2A | 3C | 31 |
| Octal | 310 | 233 | 62 | 0 | 26 | 113 | 26 | 52 | 74 | 61 |
| Binary | 11001000 | 10011011 | 110010 | 0 | 10110 | 1001011 | 10110 | 101010 | 111100 | 110001 |
Color Harmonies of #C89B32
Complementary color
Monochromatic Colors of #C89B32
Black with #C89B32
Text Example
Text Example
White with #C89B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B32; }
p { color: rgb(200,155,50); }
H1.HeaderClassName
{
color: #C89B32;
}
.AnyTagClassName
{
color: #C89B32;
}
</style>
background-color css
<style>
a { background-color: #C89B32; }
a { background-color: rgb(200,155,50); }
div.DivClassName
{
background-color: #C89B32;
}
.BgClassName
{
background-color: #C89B32;
}
</style>
border-color css
<style>
span { border-color: #C89B32; }
span { border-color: rgb(200,155,50); }
td.TdClassName
{
border-color: #C89B32;
}
.TagClassName
{
border-color: #C89B32;
}
</style>