Shades of Fuel Yellow #CF8F37
Tints of Fuel Yellow #CF8F37
RGB
CMYK
RGB Variations
Color information
#CF8F37 (or 0xCF8F37) is known color: Fuel Yellow. HEX triplet: CF, 8F and 37. RGB value is (207,143,55). Sum of RGB (Red+Green+Blue) = 207+143+55=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F37 is #3070C8. Grayscale: #989898. Windows color (decimal): -3174601 or 3641295. OLE color: 3641295.
HSL color Cylindrical-coordinate representation of color #CF8F37: hue angle of 34.74º 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 #CF8F37 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 55 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.19 |
| HSL | 34.74º | 0.61% | 0.51% | - |
| HSV(B) | 34.74º | 0.73% | 0.81% | - |
| XYZ | 36.24 | 33.19 | 8.11 | - |
| YUV | 152.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 55 | 0 | 0.31 | 0.73 | 0.19 | 34.74 | 0.61 | 0.51 |
| Hex | CF | 8F | 37 | 0 | 1F | 49 | 13 | 23 | 3D | 33 |
| Octal | 317 | 217 | 67 | 0 | 37 | 111 | 23 | 43 | 75 | 63 |
| Binary | 11001111 | 10001111 | 110111 | 0 | 11111 | 1001001 | 10011 | 100011 | 111101 | 110011 |
Color Harmonies of #CF8F37
Complementary color
Monochromatic Colors of #CF8F37
Black with #CF8F37
Text Example
Text Example
White with #CF8F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F37; }
p { color: rgb(207,143,55); }
H1.HeaderClassName
{
color: #CF8F37;
}
.AnyTagClassName
{
color: #CF8F37;
}
</style>
background-color css
<style>
a { background-color: #CF8F37; }
a { background-color: rgb(207,143,55); }
div.DivClassName
{
background-color: #CF8F37;
}
.BgClassName
{
background-color: #CF8F37;
}
</style>
border-color css
<style>
span { border-color: #CF8F37; }
span { border-color: rgb(207,143,55); }
td.TdClassName
{
border-color: #CF8F37;
}
.TagClassName
{
border-color: #CF8F37;
}
</style>