Shades of Fuel Yellow #C89A31
Tints of Fuel Yellow #C89A31
RGB
CMYK
RGB Variations
Color information
#C89A31 (or 0xC89A31) is known color: Fuel Yellow. HEX triplet: C8, 9A and 31. RGB value is (200,154,49). Sum of RGB (Red+Green+Blue) = 200+154+49=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A31 is #3765CE. Grayscale: #9C9C9C. Windows color (decimal): -3630543 or 3250888. OLE color: 3250888.
HSL color Cylindrical-coordinate representation of color #C89A31: hue angle of 41.72º degrees, saturation: 0.61, 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 #C89A31 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 49 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.22 |
| HSL | 41.72º | 0.61% | 0.49% | - |
| HSV(B) | 41.72º | 0.76% | 0.78% | - |
| XYZ | 35.93 | 35.61 | 7.89 | - |
| YUV | 155.78 | 67.74 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 49 | 0 | 0.23 | 0.76 | 0.22 | 41.72 | 0.61 | 0.49 |
| Hex | C8 | 9A | 31 | 0 | 17 | 4C | 16 | 2A | 3D | 31 |
| Octal | 310 | 232 | 61 | 0 | 27 | 114 | 26 | 52 | 75 | 61 |
| Binary | 11001000 | 10011010 | 110001 | 0 | 10111 | 1001100 | 10110 | 101010 | 111101 | 110001 |
Color Harmonies of #C89A31
Complementary color
Monochromatic Colors of #C89A31
Black with #C89A31
Text Example
Text Example
White with #C89A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A31; }
p { color: rgb(200,154,49); }
H1.HeaderClassName
{
color: #C89A31;
}
.AnyTagClassName
{
color: #C89A31;
}
</style>
background-color css
<style>
a { background-color: #C89A31; }
a { background-color: rgb(200,154,49); }
div.DivClassName
{
background-color: #C89A31;
}
.BgClassName
{
background-color: #C89A31;
}
</style>
border-color css
<style>
span { border-color: #C89A31; }
span { border-color: rgb(200,154,49); }
td.TdClassName
{
border-color: #C89A31;
}
.TagClassName
{
border-color: #C89A31;
}
</style>