Shades of Fuel Yellow #CF953B
Tints of Fuel Yellow #CF953B
RGB
CMYK
RGB Variations
Color information
#CF953B (or 0xCF953B) is known color: Fuel Yellow. HEX triplet: CF, 95 and 3B. RGB value is (207,149,59). Sum of RGB (Red+Green+Blue) = 207+149+59=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF953B is #306AC4. Grayscale: #9C9C9C. Windows color (decimal): -3173061 or 3904975. OLE color: 3904975.
HSL color Cylindrical-coordinate representation of color #CF953B: hue angle of 36.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF953B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 59 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.19 |
| HSL | 36.49º | 0.61% | 0.52% | - |
| HSV(B) | 36.49º | 0.71% | 0.81% | - |
| XYZ | 37.27 | 35.08 | 8.94 | - |
| YUV | 156.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 59 | 0 | 0.28 | 0.71 | 0.19 | 36.49 | 0.61 | 0.52 |
| Hex | CF | 95 | 3B | 0 | 1C | 47 | 13 | 24 | 3D | 34 |
| Octal | 317 | 225 | 73 | 0 | 34 | 107 | 23 | 44 | 75 | 64 |
| Binary | 11001111 | 10010101 | 111011 | 0 | 11100 | 1000111 | 10011 | 100100 | 111101 | 110100 |
Color Harmonies of #CF953B
Complementary color
Monochromatic Colors of #CF953B
Black with #CF953B
Text Example
Text Example
White with #CF953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF953B; }
p { color: rgb(207,149,59); }
H1.HeaderClassName
{
color: #CF953B;
}
.AnyTagClassName
{
color: #CF953B;
}
</style>
background-color css
<style>
a { background-color: #CF953B; }
a { background-color: rgb(207,149,59); }
div.DivClassName
{
background-color: #CF953B;
}
.BgClassName
{
background-color: #CF953B;
}
</style>
border-color css
<style>
span { border-color: #CF953B; }
span { border-color: rgb(207,149,59); }
td.TdClassName
{
border-color: #CF953B;
}
.TagClassName
{
border-color: #CF953B;
}
</style>