Shades of Fuel Yellow #C89B34
Tints of Fuel Yellow #C89B34
RGB
CMYK
RGB Variations
Color information
#C89B34 (or 0xC89B34) is known color: Fuel Yellow. HEX triplet: C8, 9B and 34. RGB value is (200,155,52). Sum of RGB (Red+Green+Blue) = 200+155+52=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B34 is #3764CB. Grayscale: #9D9D9D. Windows color (decimal): -3630284 or 3447752. OLE color: 3447752.
HSL color Cylindrical-coordinate representation of color #C89B34: hue angle of 41.76º 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 #C89B34 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 52 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.22 |
| HSL | 41.76º | 0.59% | 0.49% | - |
| HSV(B) | 41.76º | 0.74% | 0.78% | - |
| XYZ | 36.16 | 35.97 | 8.29 | - |
| YUV | 156.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 52 | 0 | 0.22 | 0.74 | 0.22 | 41.76 | 0.59 | 0.49 |
| Hex | C8 | 9B | 34 | 0 | 16 | 4A | 16 | 2A | 3B | 31 |
| Octal | 310 | 233 | 64 | 0 | 26 | 112 | 26 | 52 | 73 | 61 |
| Binary | 11001000 | 10011011 | 110100 | 0 | 10110 | 1001010 | 10110 | 101010 | 111011 | 110001 |
Color Harmonies of #C89B34
Complementary color
Monochromatic Colors of #C89B34
Black with #C89B34
Text Example
Text Example
White with #C89B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B34; }
p { color: rgb(200,155,52); }
H1.HeaderClassName
{
color: #C89B34;
}
.AnyTagClassName
{
color: #C89B34;
}
</style>
background-color css
<style>
a { background-color: #C89B34; }
a { background-color: rgb(200,155,52); }
div.DivClassName
{
background-color: #C89B34;
}
.BgClassName
{
background-color: #C89B34;
}
</style>
border-color css
<style>
span { border-color: #C89B34; }
span { border-color: rgb(200,155,52); }
td.TdClassName
{
border-color: #C89B34;
}
.TagClassName
{
border-color: #C89B34;
}
</style>