Shades of Fuel Yellow #CF8D37
Tints of Fuel Yellow #CF8D37
RGB
CMYK
RGB Variations
Color information
#CF8D37 (or 0xCF8D37) is known color: Fuel Yellow. HEX triplet: CF, 8D and 37. RGB value is (207,141,55). Sum of RGB (Red+Green+Blue) = 207+141+55=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D37 is #3072C8. Grayscale: #979797. Windows color (decimal): -3175113 or 3640783. OLE color: 3640783.
HSL color Cylindrical-coordinate representation of color #CF8D37: hue angle of 33.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF8D37 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 55 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.19 |
| HSL | 33.95º | 0.61% | 0.51% | - |
| HSV(B) | 33.95º | 0.73% | 0.81% | - |
| XYZ | 35.95 | 32.59 | 8.01 | - |
| YUV | 150.93 | 73.87 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 55 | 0 | 0.32 | 0.73 | 0.19 | 33.95 | 0.61 | 0.51 |
| Hex | CF | 8D | 37 | 0 | 20 | 49 | 13 | 22 | 3D | 33 |
| Octal | 317 | 215 | 67 | 0 | 40 | 111 | 23 | 42 | 75 | 63 |
| Binary | 11001111 | 10001101 | 110111 | 0 | 100000 | 1001001 | 10011 | 100010 | 111101 | 110011 |
Color Harmonies of #CF8D37
Complementary color
Monochromatic Colors of #CF8D37
Black with #CF8D37
Text Example
Text Example
White with #CF8D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D37; }
p { color: rgb(207,141,55); }
H1.HeaderClassName
{
color: #CF8D37;
}
.AnyTagClassName
{
color: #CF8D37;
}
</style>
background-color css
<style>
a { background-color: #CF8D37; }
a { background-color: rgb(207,141,55); }
div.DivClassName
{
background-color: #CF8D37;
}
.BgClassName
{
background-color: #CF8D37;
}
</style>
border-color css
<style>
span { border-color: #CF8D37; }
span { border-color: rgb(207,141,55); }
td.TdClassName
{
border-color: #CF8D37;
}
.TagClassName
{
border-color: #CF8D37;
}
</style>