Shades of Fuel Yellow #C89030
Tints of Fuel Yellow #C89030
RGB
CMYK
RGB Variations
Color information
#C89030 (or 0xC89030) is known color: Fuel Yellow. HEX triplet: C8, 90 and 30. RGB value is (200,144,48). Sum of RGB (Red+Green+Blue) = 200+144+48=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C89030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89030 is #376FCF. Grayscale: #969696. Windows color (decimal): -3633104 or 3182792. OLE color: 3182792.
HSL color Cylindrical-coordinate representation of color #C89030: hue angle of 37.89º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C89030 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 48 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.22 |
| HSL | 37.89º | 0.61% | 0.49% | - |
| HSV(B) | 37.89º | 0.76% | 0.78% | - |
| XYZ | 34.33 | 32.44 | 7.25 | - |
| YUV | 149.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 48 | 0 | 0.28 | 0.76 | 0.22 | 37.89 | 0.61 | 0.49 |
| Hex | C8 | 90 | 30 | 0 | 1C | 4C | 16 | 26 | 3D | 31 |
| Octal | 310 | 220 | 60 | 0 | 34 | 114 | 26 | 46 | 75 | 61 |
| Binary | 11001000 | 10010000 | 110000 | 0 | 11100 | 1001100 | 10110 | 100110 | 111101 | 110001 |
Color Harmonies of #C89030
Complementary color
Monochromatic Colors of #C89030
Black with #C89030
Text Example
Text Example
White with #C89030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89030; }
p { color: rgb(200,144,48); }
H1.HeaderClassName
{
color: #C89030;
}
.AnyTagClassName
{
color: #C89030;
}
</style>
background-color css
<style>
a { background-color: #C89030; }
a { background-color: rgb(200,144,48); }
div.DivClassName
{
background-color: #C89030;
}
.BgClassName
{
background-color: #C89030;
}
</style>
border-color css
<style>
span { border-color: #C89030; }
span { border-color: rgb(200,144,48); }
td.TdClassName
{
border-color: #C89030;
}
.TagClassName
{
border-color: #C89030;
}
</style>