Shades of Fuel Yellow #CF962C
Tints of Fuel Yellow #CF962C
RGB
CMYK
RGB Variations
Color information
#CF962C (or 0xCF962C) is known color: Fuel Yellow. HEX triplet: CF, 96 and 2C. RGB value is (207,150,44). Sum of RGB (Red+Green+Blue) = 207+150+44=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF962C is #3069D3. Grayscale: #9B9B9B. Windows color (decimal): -3172820 or 2922191. OLE color: 2922191.
HSL color Cylindrical-coordinate representation of color #CF962C: hue angle of 39.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF962C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 44 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.19 |
| HSL | 39.02º | 0.65% | 0.49% | - |
| HSV(B) | 39.02º | 0.79% | 0.81% | - |
| XYZ | 37.09 | 35.26 | 7.23 | - |
| YUV | 154.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 44 | 0 | 0.28 | 0.79 | 0.19 | 39.02 | 0.65 | 0.49 |
| Hex | CF | 96 | 2C | 0 | 1C | 4F | 13 | 27 | 41 | 31 |
| Octal | 317 | 226 | 54 | 0 | 34 | 117 | 23 | 47 | 101 | 61 |
| Binary | 11001111 | 10010110 | 101100 | 0 | 11100 | 1001111 | 10011 | 100111 | 1000001 | 110001 |
Color Harmonies of #CF962C
Complementary color
Monochromatic Colors of #CF962C
Black with #CF962C
Text Example
Text Example
White with #CF962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF962C; }
p { color: rgb(207,150,44); }
H1.HeaderClassName
{
color: #CF962C;
}
.AnyTagClassName
{
color: #CF962C;
}
</style>
background-color css
<style>
a { background-color: #CF962C; }
a { background-color: rgb(207,150,44); }
div.DivClassName
{
background-color: #CF962C;
}
.BgClassName
{
background-color: #CF962C;
}
</style>
border-color css
<style>
span { border-color: #CF962C; }
span { border-color: rgb(207,150,44); }
td.TdClassName
{
border-color: #CF962C;
}
.TagClassName
{
border-color: #CF962C;
}
</style>