Shades of Fuel Yellow #CF9A31
Tints of Fuel Yellow #CF9A31
RGB
CMYK
RGB Variations
Color information
#CF9A31 (or 0xCF9A31) is known color: Fuel Yellow. HEX triplet: CF, 9A and 31. RGB value is (207,154,49). Sum of RGB (Red+Green+Blue) = 207+154+49=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A31 is #3065CE. Grayscale: #9E9E9E. Windows color (decimal): -3171791 or 3250895. OLE color: 3250895.
HSL color Cylindrical-coordinate representation of color #CF9A31: hue angle of 39.87º 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 #CF9A31 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 49 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.19 |
| HSL | 39.87º | 0.62% | 0.5% | - |
| HSV(B) | 39.87º | 0.76% | 0.81% | - |
| XYZ | 37.84 | 36.6 | 7.98 | - |
| YUV | 157.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 49 | 0 | 0.26 | 0.76 | 0.19 | 39.87 | 0.62 | 0.5 |
| Hex | CF | 9A | 31 | 0 | 1A | 4C | 13 | 28 | 3E | 32 |
| Octal | 317 | 232 | 61 | 0 | 32 | 114 | 23 | 50 | 76 | 62 |
| Binary | 11001111 | 10011010 | 110001 | 0 | 11010 | 1001100 | 10011 | 101000 | 111110 | 110010 |
Color Harmonies of #CF9A31
Complementary color
Monochromatic Colors of #CF9A31
Black with #CF9A31
Text Example
Text Example
White with #CF9A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A31; }
p { color: rgb(207,154,49); }
H1.HeaderClassName
{
color: #CF9A31;
}
.AnyTagClassName
{
color: #CF9A31;
}
</style>
background-color css
<style>
a { background-color: #CF9A31; }
a { background-color: rgb(207,154,49); }
div.DivClassName
{
background-color: #CF9A31;
}
.BgClassName
{
background-color: #CF9A31;
}
</style>
border-color css
<style>
span { border-color: #CF9A31; }
span { border-color: rgb(207,154,49); }
td.TdClassName
{
border-color: #CF9A31;
}
.TagClassName
{
border-color: #CF9A31;
}
</style>