Shades of Fuel Yellow #CF953D
Tints of Fuel Yellow #CF953D
RGB
CMYK
RGB Variations
Color information
#CF953D (or 0xCF953D) is known color: Fuel Yellow. HEX triplet: CF, 95 and 3D. RGB value is (207,149,61). Sum of RGB (Red+Green+Blue) = 207+149+61=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF953D is #306AC2. Grayscale: #9C9C9C. Windows color (decimal): -3173059 or 4036047. OLE color: 4036047.
HSL color Cylindrical-coordinate representation of color #CF953D: hue angle of 36.16º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF953D is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 61 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.19 |
| HSL | 36.16º | 0.6% | 0.53% | - |
| HSV(B) | 36.16º | 0.71% | 0.81% | - |
| XYZ | 37.32 | 35.1 | 9.22 | - |
| YUV | 156.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 61 | 0 | 0.28 | 0.71 | 0.19 | 36.16 | 0.6 | 0.53 |
| Hex | CF | 95 | 3D | 0 | 1C | 47 | 13 | 24 | 3C | 35 |
| Octal | 317 | 225 | 75 | 0 | 34 | 107 | 23 | 44 | 74 | 65 |
| Binary | 11001111 | 10010101 | 111101 | 0 | 11100 | 1000111 | 10011 | 100100 | 111100 | 110101 |
Color Harmonies of #CF953D
Complementary color
Monochromatic Colors of #CF953D
Black with #CF953D
Text Example
Text Example
White with #CF953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF953D; }
p { color: rgb(207,149,61); }
H1.HeaderClassName
{
color: #CF953D;
}
.AnyTagClassName
{
color: #CF953D;
}
</style>
background-color css
<style>
a { background-color: #CF953D; }
a { background-color: rgb(207,149,61); }
div.DivClassName
{
background-color: #CF953D;
}
.BgClassName
{
background-color: #CF953D;
}
</style>
border-color css
<style>
span { border-color: #CF953D; }
span { border-color: rgb(207,149,61); }
td.TdClassName
{
border-color: #CF953D;
}
.TagClassName
{
border-color: #CF953D;
}
</style>