Shades of Fuel Yellow #CF9830
Tints of Fuel Yellow #CF9830
RGB
CMYK
RGB Variations
Color information
#CF9830 (or 0xCF9830) is known color: Fuel Yellow. HEX triplet: CF, 98 and 30. RGB value is (207,152,48). Sum of RGB (Red+Green+Blue) = 207+152+48=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9830 is #3067CF. Grayscale: #9D9D9D. Windows color (decimal): -3172304 or 3184847. OLE color: 3184847.
HSL color Cylindrical-coordinate representation of color #CF9830: hue angle of 39.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF9830 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 48 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.19 |
| HSL | 39.25º | 0.62% | 0.5% | - |
| HSV(B) | 39.25º | 0.77% | 0.81% | - |
| XYZ | 37.49 | 35.94 | 7.76 | - |
| YUV | 156.59 | 66.72 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 48 | 0 | 0.27 | 0.77 | 0.19 | 39.25 | 0.62 | 0.5 |
| Hex | CF | 98 | 30 | 0 | 1B | 4D | 13 | 27 | 3E | 32 |
| Octal | 317 | 230 | 60 | 0 | 33 | 115 | 23 | 47 | 76 | 62 |
| Binary | 11001111 | 10011000 | 110000 | 0 | 11011 | 1001101 | 10011 | 100111 | 111110 | 110010 |
Color Harmonies of #CF9830
Complementary color
Monochromatic Colors of #CF9830
Black with #CF9830
Text Example
Text Example
White with #CF9830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9830; }
p { color: rgb(207,152,48); }
H1.HeaderClassName
{
color: #CF9830;
}
.AnyTagClassName
{
color: #CF9830;
}
</style>
background-color css
<style>
a { background-color: #CF9830; }
a { background-color: rgb(207,152,48); }
div.DivClassName
{
background-color: #CF9830;
}
.BgClassName
{
background-color: #CF9830;
}
</style>
border-color css
<style>
span { border-color: #CF9830; }
span { border-color: rgb(207,152,48); }
td.TdClassName
{
border-color: #CF9830;
}
.TagClassName
{
border-color: #CF9830;
}
</style>