Shades of Fuel Yellow #CF932F
Tints of Fuel Yellow #CF932F
RGB
CMYK
RGB Variations
Color information
#CF932F (or 0xCF932F) is known color: Fuel Yellow. HEX triplet: CF, 93 and 2F. RGB value is (207,147,47). Sum of RGB (Red+Green+Blue) = 207+147+47=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF932F is #306CD0. Grayscale: #999999. Windows color (decimal): -3173585 or 3118031. OLE color: 3118031.
HSL color Cylindrical-coordinate representation of color #CF932F: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF932F is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 47 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.19 |
| HSL | 37.5º | 0.63% | 0.5% | - |
| HSV(B) | 37.5º | 0.77% | 0.81% | - |
| XYZ | 36.68 | 34.34 | 7.38 | - |
| YUV | 153.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 47 | 0 | 0.29 | 0.77 | 0.19 | 37.5 | 0.63 | 0.5 |
| Hex | CF | 93 | 2F | 0 | 1D | 4D | 13 | 26 | 3F | 32 |
| Octal | 317 | 223 | 57 | 0 | 35 | 115 | 23 | 46 | 77 | 62 |
| Binary | 11001111 | 10010011 | 101111 | 0 | 11101 | 1001101 | 10011 | 100110 | 111111 | 110010 |
Color Harmonies of #CF932F
Complementary color
Monochromatic Colors of #CF932F
Black with #CF932F
Text Example
Text Example
White with #CF932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF932F; }
p { color: rgb(207,147,47); }
H1.HeaderClassName
{
color: #CF932F;
}
.AnyTagClassName
{
color: #CF932F;
}
</style>
background-color css
<style>
a { background-color: #CF932F; }
a { background-color: rgb(207,147,47); }
div.DivClassName
{
background-color: #CF932F;
}
.BgClassName
{
background-color: #CF932F;
}
</style>
border-color css
<style>
span { border-color: #CF932F; }
span { border-color: rgb(207,147,47); }
td.TdClassName
{
border-color: #CF932F;
}
.TagClassName
{
border-color: #CF932F;
}
</style>