Shades of Fuel Yellow #CF952E
Tints of Fuel Yellow #CF952E
RGB
CMYK
RGB Variations
Color information
#CF952E (or 0xCF952E) is known color: Fuel Yellow. HEX triplet: CF, 95 and 2E. RGB value is (207,149,46). Sum of RGB (Red+Green+Blue) = 207+149+46=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF952E is #306AD1. Grayscale: #9B9B9B. Windows color (decimal): -3173074 or 3053007. OLE color: 3053007.
HSL color Cylindrical-coordinate representation of color #CF952E: hue angle of 38.39º 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 #CF952E is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 46 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.19 |
| HSL | 38.39º | 0.64% | 0.5% | - |
| HSV(B) | 38.39º | 0.78% | 0.81% | - |
| XYZ | 36.97 | 34.96 | 7.38 | - |
| YUV | 154.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 46 | 0 | 0.28 | 0.78 | 0.19 | 38.39 | 0.64 | 0.5 |
| Hex | CF | 95 | 2E | 0 | 1C | 4E | 13 | 26 | 40 | 32 |
| Octal | 317 | 225 | 56 | 0 | 34 | 116 | 23 | 46 | 100 | 62 |
| Binary | 11001111 | 10010101 | 101110 | 0 | 11100 | 1001110 | 10011 | 100110 | 1000000 | 110010 |
Color Harmonies of #CF952E
Complementary color
Monochromatic Colors of #CF952E
Black with #CF952E
Text Example
Text Example
White with #CF952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF952E; }
p { color: rgb(207,149,46); }
H1.HeaderClassName
{
color: #CF952E;
}
.AnyTagClassName
{
color: #CF952E;
}
</style>
background-color css
<style>
a { background-color: #CF952E; }
a { background-color: rgb(207,149,46); }
div.DivClassName
{
background-color: #CF952E;
}
.BgClassName
{
background-color: #CF952E;
}
</style>
border-color css
<style>
span { border-color: #CF952E; }
span { border-color: rgb(207,149,46); }
td.TdClassName
{
border-color: #CF952E;
}
.TagClassName
{
border-color: #CF952E;
}
</style>