Shades of Fuel Yellow #CF8C2C
Tints of Fuel Yellow #CF8C2C
RGB
CMYK
RGB Variations
Color information
#CF8C2C (or 0xCF8C2C) is known color: Fuel Yellow. HEX triplet: CF, 8C and 2C. RGB value is (207,140,44). Sum of RGB (Red+Green+Blue) = 207+140+44=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C2C is #3073D3. Grayscale: #959595. Windows color (decimal): -3175380 or 2919631. OLE color: 2919631.
HSL color Cylindrical-coordinate representation of color #CF8C2C: hue angle of 35.34º 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 #CF8C2C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 44 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.19 |
| HSL | 35.34º | 0.65% | 0.49% | - |
| HSV(B) | 35.34º | 0.79% | 0.81% | - |
| XYZ | 35.56 | 32.2 | 6.72 | - |
| YUV | 149.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 44 | 0 | 0.32 | 0.79 | 0.19 | 35.34 | 0.65 | 0.49 |
| Hex | CF | 8C | 2C | 0 | 20 | 4F | 13 | 23 | 41 | 31 |
| Octal | 317 | 214 | 54 | 0 | 40 | 117 | 23 | 43 | 101 | 61 |
| Binary | 11001111 | 10001100 | 101100 | 0 | 100000 | 1001111 | 10011 | 100011 | 1000001 | 110001 |
Color Harmonies of #CF8C2C
Complementary color
Monochromatic Colors of #CF8C2C
Black with #CF8C2C
Text Example
Text Example
White with #CF8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C2C; }
p { color: rgb(207,140,44); }
H1.HeaderClassName
{
color: #CF8C2C;
}
.AnyTagClassName
{
color: #CF8C2C;
}
</style>
background-color css
<style>
a { background-color: #CF8C2C; }
a { background-color: rgb(207,140,44); }
div.DivClassName
{
background-color: #CF8C2C;
}
.BgClassName
{
background-color: #CF8C2C;
}
</style>
border-color css
<style>
span { border-color: #CF8C2C; }
span { border-color: rgb(207,140,44); }
td.TdClassName
{
border-color: #CF8C2C;
}
.TagClassName
{
border-color: #CF8C2C;
}
</style>