Shades of Fuel Yellow #CF9132
Tints of Fuel Yellow #CF9132
RGB
CMYK
RGB Variations
Color information
#CF9132 (or 0xCF9132) is known color: Fuel Yellow. HEX triplet: CF, 91 and 32. RGB value is (207,145,50). Sum of RGB (Red+Green+Blue) = 207+145+50=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9132 is #306ECD. Grayscale: #999999. Windows color (decimal): -3174094 or 3314127. OLE color: 3314127.
HSL color Cylindrical-coordinate representation of color #CF9132: hue angle of 36.31º 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 #CF9132 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 50 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.19 |
| HSL | 36.31º | 0.62% | 0.5% | - |
| HSV(B) | 36.31º | 0.76% | 0.81% | - |
| XYZ | 36.43 | 33.75 | 7.61 | - |
| YUV | 152.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 50 | 0 | 0.30 | 0.76 | 0.19 | 36.31 | 0.62 | 0.5 |
| Hex | CF | 91 | 32 | 0 | 1E | 4C | 13 | 24 | 3E | 32 |
| Octal | 317 | 221 | 62 | 0 | 36 | 114 | 23 | 44 | 76 | 62 |
| Binary | 11001111 | 10010001 | 110010 | 0 | 11110 | 1001100 | 10011 | 100100 | 111110 | 110010 |
Color Harmonies of #CF9132
Complementary color
Monochromatic Colors of #CF9132
Black with #CF9132
Text Example
Text Example
White with #CF9132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9132; }
p { color: rgb(207,145,50); }
H1.HeaderClassName
{
color: #CF9132;
}
.AnyTagClassName
{
color: #CF9132;
}
</style>
background-color css
<style>
a { background-color: #CF9132; }
a { background-color: rgb(207,145,50); }
div.DivClassName
{
background-color: #CF9132;
}
.BgClassName
{
background-color: #CF9132;
}
</style>
border-color css
<style>
span { border-color: #CF9132; }
span { border-color: rgb(207,145,50); }
td.TdClassName
{
border-color: #CF9132;
}
.TagClassName
{
border-color: #CF9132;
}
</style>