Shades of Fuel Yellow #CF9032
Tints of Fuel Yellow #CF9032
RGB
CMYK
RGB Variations
Color information
#CF9032 (or 0xCF9032) is known color: Fuel Yellow. HEX triplet: CF, 90 and 32. RGB value is (207,144,50). Sum of RGB (Red+Green+Blue) = 207+144+50=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9032 is #306FCD. Grayscale: #989898. Windows color (decimal): -3174350 or 3313871. OLE color: 3313871.
HSL color Cylindrical-coordinate representation of color #CF9032: hue angle of 35.92º 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 #CF9032 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 50 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.19 |
| HSL | 35.92º | 0.62% | 0.5% | - |
| HSV(B) | 35.92º | 0.76% | 0.81% | - |
| XYZ | 36.28 | 33.44 | 7.56 | - |
| YUV | 152.12 | 70.37 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 50 | 0 | 0.30 | 0.76 | 0.19 | 35.92 | 0.62 | 0.5 |
| Hex | CF | 90 | 32 | 0 | 1E | 4C | 13 | 24 | 3E | 32 |
| Octal | 317 | 220 | 62 | 0 | 36 | 114 | 23 | 44 | 76 | 62 |
| Binary | 11001111 | 10010000 | 110010 | 0 | 11110 | 1001100 | 10011 | 100100 | 111110 | 110010 |
Color Harmonies of #CF9032
Complementary color
Monochromatic Colors of #CF9032
Black with #CF9032
Text Example
Text Example
White with #CF9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9032; }
p { color: rgb(207,144,50); }
H1.HeaderClassName
{
color: #CF9032;
}
.AnyTagClassName
{
color: #CF9032;
}
</style>
background-color css
<style>
a { background-color: #CF9032; }
a { background-color: rgb(207,144,50); }
div.DivClassName
{
background-color: #CF9032;
}
.BgClassName
{
background-color: #CF9032;
}
</style>
border-color css
<style>
span { border-color: #CF9032; }
span { border-color: rgb(207,144,50); }
td.TdClassName
{
border-color: #CF9032;
}
.TagClassName
{
border-color: #CF9032;
}
</style>