Shades of Fuel Yellow #CF953C
Tints of Fuel Yellow #CF953C
RGB
CMYK
RGB Variations
Color information
#CF953C (or 0xCF953C) is known color: Fuel Yellow. HEX triplet: CF, 95 and 3C. RGB value is (207,149,60). Sum of RGB (Red+Green+Blue) = 207+149+60=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF953C is #306AC3. Grayscale: #9C9C9C. Windows color (decimal): -3173060 or 3970511. OLE color: 3970511.
HSL color Cylindrical-coordinate representation of color #CF953C: hue angle of 36.33º degrees, saturation: 0.6, 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 #CF953C is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 60 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.19 |
| HSL | 36.33º | 0.6% | 0.52% | - |
| HSV(B) | 36.33º | 0.71% | 0.81% | - |
| XYZ | 37.3 | 35.09 | 9.08 | - |
| YUV | 156.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 60 | 0 | 0.28 | 0.71 | 0.19 | 36.33 | 0.6 | 0.52 |
| Hex | CF | 95 | 3C | 0 | 1C | 47 | 13 | 24 | 3C | 34 |
| Octal | 317 | 225 | 74 | 0 | 34 | 107 | 23 | 44 | 74 | 64 |
| Binary | 11001111 | 10010101 | 111100 | 0 | 11100 | 1000111 | 10011 | 100100 | 111100 | 110100 |
Color Harmonies of #CF953C
Complementary color
Monochromatic Colors of #CF953C
Black with #CF953C
Text Example
Text Example
White with #CF953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF953C; }
p { color: rgb(207,149,60); }
H1.HeaderClassName
{
color: #CF953C;
}
.AnyTagClassName
{
color: #CF953C;
}
</style>
background-color css
<style>
a { background-color: #CF953C; }
a { background-color: rgb(207,149,60); }
div.DivClassName
{
background-color: #CF953C;
}
.BgClassName
{
background-color: #CF953C;
}
</style>
border-color css
<style>
span { border-color: #CF953C; }
span { border-color: rgb(207,149,60); }
td.TdClassName
{
border-color: #CF953C;
}
.TagClassName
{
border-color: #CF953C;
}
</style>