Shades of Fuel Yellow #CF8E2D
Tints of Fuel Yellow #CF8E2D
RGB
CMYK
RGB Variations
Color information
#CF8E2D (or 0xCF8E2D) is known color: Fuel Yellow. HEX triplet: CF, 8E and 2D. RGB value is (207,142,45). Sum of RGB (Red+Green+Blue) = 207+142+45=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E2D is #3071D2. Grayscale: #969696. Windows color (decimal): -3174867 or 2985679. OLE color: 2985679.
HSL color Cylindrical-coordinate representation of color #CF8E2D: hue angle of 35.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF8E2D is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 45 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.19 |
| HSL | 35.93º | 0.64% | 0.49% | - |
| HSV(B) | 35.93º | 0.78% | 0.81% | - |
| XYZ | 35.88 | 32.8 | 6.92 | - |
| YUV | 150.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 45 | 0 | 0.31 | 0.78 | 0.19 | 35.93 | 0.64 | 0.49 |
| Hex | CF | 8E | 2D | 0 | 1F | 4E | 13 | 24 | 40 | 31 |
| Octal | 317 | 216 | 55 | 0 | 37 | 116 | 23 | 44 | 100 | 61 |
| Binary | 11001111 | 10001110 | 101101 | 0 | 11111 | 1001110 | 10011 | 100100 | 1000000 | 110001 |
Color Harmonies of #CF8E2D
Complementary color
Monochromatic Colors of #CF8E2D
Black with #CF8E2D
Text Example
Text Example
White with #CF8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E2D; }
p { color: rgb(207,142,45); }
H1.HeaderClassName
{
color: #CF8E2D;
}
.AnyTagClassName
{
color: #CF8E2D;
}
</style>
background-color css
<style>
a { background-color: #CF8E2D; }
a { background-color: rgb(207,142,45); }
div.DivClassName
{
background-color: #CF8E2D;
}
.BgClassName
{
background-color: #CF8E2D;
}
</style>
border-color css
<style>
span { border-color: #CF8E2D; }
span { border-color: rgb(207,142,45); }
td.TdClassName
{
border-color: #CF8E2D;
}
.TagClassName
{
border-color: #CF8E2D;
}
</style>