Shades of Fuel Yellow #CF912F
Tints of Fuel Yellow #CF912F
RGB
CMYK
RGB Variations
Color information
#CF912F (or 0xCF912F) is known color: Fuel Yellow. HEX triplet: CF, 91 and 2F. RGB value is (207,145,47). Sum of RGB (Red+Green+Blue) = 207+145+47=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF912F is #306ED0. Grayscale: #989898. Windows color (decimal): -3174097 or 3117519. OLE color: 3117519.
HSL color Cylindrical-coordinate representation of color #CF912F: hue angle of 36.75º 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 #CF912F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 47 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.19 |
| HSL | 36.75º | 0.63% | 0.5% | - |
| HSV(B) | 36.75º | 0.77% | 0.81% | - |
| XYZ | 36.37 | 33.72 | 7.28 | - |
| YUV | 152.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 47 | 0 | 0.30 | 0.77 | 0.19 | 36.75 | 0.63 | 0.5 |
| Hex | CF | 91 | 2F | 0 | 1E | 4D | 13 | 25 | 3F | 32 |
| Octal | 317 | 221 | 57 | 0 | 36 | 115 | 23 | 45 | 77 | 62 |
| Binary | 11001111 | 10010001 | 101111 | 0 | 11110 | 1001101 | 10011 | 100101 | 111111 | 110010 |
Color Harmonies of #CF912F
Complementary color
Monochromatic Colors of #CF912F
Black with #CF912F
Text Example
Text Example
White with #CF912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF912F; }
p { color: rgb(207,145,47); }
H1.HeaderClassName
{
color: #CF912F;
}
.AnyTagClassName
{
color: #CF912F;
}
</style>
background-color css
<style>
a { background-color: #CF912F; }
a { background-color: rgb(207,145,47); }
div.DivClassName
{
background-color: #CF912F;
}
.BgClassName
{
background-color: #CF912F;
}
</style>
border-color css
<style>
span { border-color: #CF912F; }
span { border-color: rgb(207,145,47); }
td.TdClassName
{
border-color: #CF912F;
}
.TagClassName
{
border-color: #CF912F;
}
</style>