Shades of Fuel Yellow #CF912E
Tints of Fuel Yellow #CF912E
RGB
CMYK
RGB Variations
Color information
#CF912E (or 0xCF912E) is known color: Fuel Yellow. HEX triplet: CF, 91 and 2E. RGB value is (207,145,46). Sum of RGB (Red+Green+Blue) = 207+145+46=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF912E is #306ED1. Grayscale: #989898. Windows color (decimal): -3174098 or 3051983. OLE color: 3051983.
HSL color Cylindrical-coordinate representation of color #CF912E: hue angle of 36.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF912E is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 46 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.19 |
| HSL | 36.89º | 0.64% | 0.5% | - |
| HSV(B) | 36.89º | 0.78% | 0.81% | - |
| XYZ | 36.35 | 33.71 | 7.18 | - |
| YUV | 152.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 46 | 0 | 0.30 | 0.78 | 0.19 | 36.89 | 0.64 | 0.5 |
| Hex | CF | 91 | 2E | 0 | 1E | 4E | 13 | 25 | 40 | 32 |
| Octal | 317 | 221 | 56 | 0 | 36 | 116 | 23 | 45 | 100 | 62 |
| Binary | 11001111 | 10010001 | 101110 | 0 | 11110 | 1001110 | 10011 | 100101 | 1000000 | 110010 |
Color Harmonies of #CF912E
Complementary color
Monochromatic Colors of #CF912E
Black with #CF912E
Text Example
Text Example
White with #CF912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF912E; }
p { color: rgb(207,145,46); }
H1.HeaderClassName
{
color: #CF912E;
}
.AnyTagClassName
{
color: #CF912E;
}
</style>
background-color css
<style>
a { background-color: #CF912E; }
a { background-color: rgb(207,145,46); }
div.DivClassName
{
background-color: #CF912E;
}
.BgClassName
{
background-color: #CF912E;
}
</style>
border-color css
<style>
span { border-color: #CF912E; }
span { border-color: rgb(207,145,46); }
td.TdClassName
{
border-color: #CF912E;
}
.TagClassName
{
border-color: #CF912E;
}
</style>