Shades of Fuel Yellow #CF9E31
Tints of Fuel Yellow #CF9E31
RGB
CMYK
RGB Variations
Color information
#CF9E31 (or 0xCF9E31) is known color: Fuel Yellow. HEX triplet: CF, 9E and 31. RGB value is (207,158,49). Sum of RGB (Red+Green+Blue) = 207+158+49=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E31 is #3061CE. Grayscale: #A0A0A0. Windows color (decimal): -3170767 or 3251919. OLE color: 3251919.
HSL color Cylindrical-coordinate representation of color #CF9E31: hue angle of 41.39º 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 #CF9E31 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 49 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.19 |
| HSL | 41.39º | 0.62% | 0.5% | - |
| HSV(B) | 41.39º | 0.76% | 0.81% | - |
| XYZ | 38.51 | 37.94 | 8.2 | - |
| YUV | 160.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 49 | 0 | 0.24 | 0.76 | 0.19 | 41.39 | 0.62 | 0.5 |
| Hex | CF | 9E | 31 | 0 | 18 | 4C | 13 | 29 | 3E | 32 |
| Octal | 317 | 236 | 61 | 0 | 30 | 114 | 23 | 51 | 76 | 62 |
| Binary | 11001111 | 10011110 | 110001 | 0 | 11000 | 1001100 | 10011 | 101001 | 111110 | 110010 |
Color Harmonies of #CF9E31
Complementary color
Monochromatic Colors of #CF9E31
Black with #CF9E31
Text Example
Text Example
White with #CF9E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E31; }
p { color: rgb(207,158,49); }
H1.HeaderClassName
{
color: #CF9E31;
}
.AnyTagClassName
{
color: #CF9E31;
}
</style>
background-color css
<style>
a { background-color: #CF9E31; }
a { background-color: rgb(207,158,49); }
div.DivClassName
{
background-color: #CF9E31;
}
.BgClassName
{
background-color: #CF9E31;
}
</style>
border-color css
<style>
span { border-color: #CF9E31; }
span { border-color: rgb(207,158,49); }
td.TdClassName
{
border-color: #CF9E31;
}
.TagClassName
{
border-color: #CF9E31;
}
</style>