Shades of Fuel Yellow #CF9831
Tints of Fuel Yellow #CF9831
RGB
CMYK
RGB Variations
Color information
#CF9831 (or 0xCF9831) is known color: Fuel Yellow. HEX triplet: CF, 98 and 31. RGB value is (207,152,49). Sum of RGB (Red+Green+Blue) = 207+152+49=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9831 is #3067CE. Grayscale: #9D9D9D. Windows color (decimal): -3172303 or 3250383. OLE color: 3250383.
HSL color Cylindrical-coordinate representation of color #CF9831: hue angle of 39.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF9831 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 49 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.19 |
| HSL | 39.11º | 0.62% | 0.5% | - |
| HSV(B) | 39.11º | 0.76% | 0.81% | - |
| XYZ | 37.51 | 35.94 | 7.87 | - |
| YUV | 156.7 | 67.22 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 49 | 0 | 0.27 | 0.76 | 0.19 | 39.11 | 0.62 | 0.5 |
| Hex | CF | 98 | 31 | 0 | 1B | 4C | 13 | 27 | 3E | 32 |
| Octal | 317 | 230 | 61 | 0 | 33 | 114 | 23 | 47 | 76 | 62 |
| Binary | 11001111 | 10011000 | 110001 | 0 | 11011 | 1001100 | 10011 | 100111 | 111110 | 110010 |
Color Harmonies of #CF9831
Complementary color
Monochromatic Colors of #CF9831
Black with #CF9831
Text Example
Text Example
White with #CF9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9831; }
p { color: rgb(207,152,49); }
H1.HeaderClassName
{
color: #CF9831;
}
.AnyTagClassName
{
color: #CF9831;
}
</style>
background-color css
<style>
a { background-color: #CF9831; }
a { background-color: rgb(207,152,49); }
div.DivClassName
{
background-color: #CF9831;
}
.BgClassName
{
background-color: #CF9831;
}
</style>
border-color css
<style>
span { border-color: #CF9831; }
span { border-color: rgb(207,152,49); }
td.TdClassName
{
border-color: #CF9831;
}
.TagClassName
{
border-color: #CF9831;
}
</style>