Shades of Fuel Yellow #CF8D2B
Tints of Fuel Yellow #CF8D2B
RGB
CMYK
RGB Variations
Color information
#CF8D2B (or 0xCF8D2B) is known color: Fuel Yellow. HEX triplet: CF, 8D and 2B. RGB value is (207,141,43). Sum of RGB (Red+Green+Blue) = 207+141+43=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D2B is #3072D4. Grayscale: #969696. Windows color (decimal): -3175125 or 2854351. OLE color: 2854351.
HSL color Cylindrical-coordinate representation of color #CF8D2B: hue angle of 35.85º degrees, saturation: 0.66, 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 #CF8D2B is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 43 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.19 |
| HSL | 35.85º | 0.66% | 0.49% | - |
| HSV(B) | 35.85º | 0.79% | 0.81% | - |
| XYZ | 35.69 | 32.49 | 6.68 | - |
| YUV | 149.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 43 | 0 | 0.32 | 0.79 | 0.19 | 35.85 | 0.66 | 0.49 |
| Hex | CF | 8D | 2B | 0 | 20 | 4F | 13 | 24 | 42 | 31 |
| Octal | 317 | 215 | 53 | 0 | 40 | 117 | 23 | 44 | 102 | 61 |
| Binary | 11001111 | 10001101 | 101011 | 0 | 100000 | 1001111 | 10011 | 100100 | 1000010 | 110001 |
Color Harmonies of #CF8D2B
Complementary color
Monochromatic Colors of #CF8D2B
Black with #CF8D2B
Text Example
Text Example
White with #CF8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D2B; }
p { color: rgb(207,141,43); }
H1.HeaderClassName
{
color: #CF8D2B;
}
.AnyTagClassName
{
color: #CF8D2B;
}
</style>
background-color css
<style>
a { background-color: #CF8D2B; }
a { background-color: rgb(207,141,43); }
div.DivClassName
{
background-color: #CF8D2B;
}
.BgClassName
{
background-color: #CF8D2B;
}
</style>
border-color css
<style>
span { border-color: #CF8D2B; }
span { border-color: rgb(207,141,43); }
td.TdClassName
{
border-color: #CF8D2B;
}
.TagClassName
{
border-color: #CF8D2B;
}
</style>