Shades of Fuel Yellow #CF9232
Tints of Fuel Yellow #CF9232
RGB
CMYK
RGB Variations
Color information
#CF9232 (or 0xCF9232) is known color: Fuel Yellow. HEX triplet: CF, 92 and 32. RGB value is (207,146,50). Sum of RGB (Red+Green+Blue) = 207+146+50=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9232 is #306DCD. Grayscale: #999999. Windows color (decimal): -3173838 or 3314383. OLE color: 3314383.
HSL color Cylindrical-coordinate representation of color #CF9232: hue angle of 36.69º 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 #CF9232 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 50 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.19 |
| HSL | 36.69º | 0.62% | 0.5% | - |
| HSV(B) | 36.69º | 0.76% | 0.81% | - |
| XYZ | 36.59 | 34.05 | 7.66 | - |
| YUV | 153.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 50 | 0 | 0.29 | 0.76 | 0.19 | 36.69 | 0.62 | 0.5 |
| Hex | CF | 92 | 32 | 0 | 1D | 4C | 13 | 25 | 3E | 32 |
| Octal | 317 | 222 | 62 | 0 | 35 | 114 | 23 | 45 | 76 | 62 |
| Binary | 11001111 | 10010010 | 110010 | 0 | 11101 | 1001100 | 10011 | 100101 | 111110 | 110010 |
Color Harmonies of #CF9232
Complementary color
Monochromatic Colors of #CF9232
Black with #CF9232
Text Example
Text Example
White with #CF9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9232; }
p { color: rgb(207,146,50); }
H1.HeaderClassName
{
color: #CF9232;
}
.AnyTagClassName
{
color: #CF9232;
}
</style>
background-color css
<style>
a { background-color: #CF9232; }
a { background-color: rgb(207,146,50); }
div.DivClassName
{
background-color: #CF9232;
}
.BgClassName
{
background-color: #CF9232;
}
</style>
border-color css
<style>
span { border-color: #CF9232; }
span { border-color: rgb(207,146,50); }
td.TdClassName
{
border-color: #CF9232;
}
.TagClassName
{
border-color: #CF9232;
}
</style>