Shades of Fuel Yellow #C89731
Tints of Fuel Yellow #C89731
RGB
CMYK
RGB Variations
Color information
#C89731 (or 0xC89731) is known color: Fuel Yellow. HEX triplet: C8, 97 and 31. RGB value is (200,151,49). Sum of RGB (Red+Green+Blue) = 200+151+49=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C89731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89731 is #3768CE. Grayscale: #9A9A9A. Windows color (decimal): -3631311 or 3250120. OLE color: 3250120.
HSL color Cylindrical-coordinate representation of color #C89731: hue angle of 40.53º 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 #C89731 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 49 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.22 |
| HSL | 40.53º | 0.61% | 0.49% | - |
| HSV(B) | 40.53º | 0.76% | 0.78% | - |
| XYZ | 35.44 | 34.63 | 7.72 | - |
| YUV | 154.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 49 | 0 | 0.24 | 0.76 | 0.22 | 40.53 | 0.61 | 0.49 |
| Hex | C8 | 97 | 31 | 0 | 18 | 4C | 16 | 29 | 3D | 31 |
| Octal | 310 | 227 | 61 | 0 | 30 | 114 | 26 | 51 | 75 | 61 |
| Binary | 11001000 | 10010111 | 110001 | 0 | 11000 | 1001100 | 10110 | 101001 | 111101 | 110001 |
Color Harmonies of #C89731
Complementary color
Monochromatic Colors of #C89731
Black with #C89731
Text Example
Text Example
White with #C89731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89731; }
p { color: rgb(200,151,49); }
H1.HeaderClassName
{
color: #C89731;
}
.AnyTagClassName
{
color: #C89731;
}
</style>
background-color css
<style>
a { background-color: #C89731; }
a { background-color: rgb(200,151,49); }
div.DivClassName
{
background-color: #C89731;
}
.BgClassName
{
background-color: #C89731;
}
</style>
border-color css
<style>
span { border-color: #C89731; }
span { border-color: rgb(200,151,49); }
td.TdClassName
{
border-color: #C89731;
}
.TagClassName
{
border-color: #C89731;
}
</style>