Shades of Fuel Yellow #CF9F32
Tints of Fuel Yellow #CF9F32
RGB
CMYK
RGB Variations
Color information
#CF9F32 (or 0xCF9F32) is known color: Fuel Yellow. HEX triplet: CF, 9F and 32. RGB value is (207,159,50). Sum of RGB (Red+Green+Blue) = 207+159+50=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F32 is #3060CD. Grayscale: #A1A1A1. Windows color (decimal): -3170510 or 3317711. OLE color: 3317711.
HSL color Cylindrical-coordinate representation of color #CF9F32: hue angle of 41.66º 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 #CF9F32 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 50 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.19 |
| HSL | 41.66º | 0.62% | 0.5% | - |
| HSV(B) | 41.66º | 0.76% | 0.81% | - |
| XYZ | 38.71 | 38.29 | 8.37 | - |
| YUV | 160.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 50 | 0 | 0.23 | 0.76 | 0.19 | 41.66 | 0.62 | 0.5 |
| Hex | CF | 9F | 32 | 0 | 17 | 4C | 13 | 2A | 3E | 32 |
| Octal | 317 | 237 | 62 | 0 | 27 | 114 | 23 | 52 | 76 | 62 |
| Binary | 11001111 | 10011111 | 110010 | 0 | 10111 | 1001100 | 10011 | 101010 | 111110 | 110010 |
Color Harmonies of #CF9F32
Complementary color
Monochromatic Colors of #CF9F32
Black with #CF9F32
Text Example
Text Example
White with #CF9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F32; }
p { color: rgb(207,159,50); }
H1.HeaderClassName
{
color: #CF9F32;
}
.AnyTagClassName
{
color: #CF9F32;
}
</style>
background-color css
<style>
a { background-color: #CF9F32; }
a { background-color: rgb(207,159,50); }
div.DivClassName
{
background-color: #CF9F32;
}
.BgClassName
{
background-color: #CF9F32;
}
</style>
border-color css
<style>
span { border-color: #CF9F32; }
span { border-color: rgb(207,159,50); }
td.TdClassName
{
border-color: #CF9F32;
}
.TagClassName
{
border-color: #CF9F32;
}
</style>