Shades of Fuel Yellow #CF8F36
Tints of Fuel Yellow #CF8F36
RGB
CMYK
RGB Variations
Color information
#CF8F36 (or 0xCF8F36) is known color: Fuel Yellow. HEX triplet: CF, 8F and 36. RGB value is (207,143,54). Sum of RGB (Red+Green+Blue) = 207+143+54=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F36 is #3070C9. Grayscale: #989898. Windows color (decimal): -3174602 or 3575759. OLE color: 3575759.
HSL color Cylindrical-coordinate representation of color #CF8F36: hue angle of 34.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF8F36 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 54 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.19 |
| HSL | 34.9º | 0.61% | 0.51% | - |
| HSV(B) | 34.9º | 0.74% | 0.81% | - |
| XYZ | 36.22 | 33.18 | 7.98 | - |
| YUV | 151.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 54 | 0 | 0.31 | 0.74 | 0.19 | 34.9 | 0.61 | 0.51 |
| Hex | CF | 8F | 36 | 0 | 1F | 4A | 13 | 23 | 3D | 33 |
| Octal | 317 | 217 | 66 | 0 | 37 | 112 | 23 | 43 | 75 | 63 |
| Binary | 11001111 | 10001111 | 110110 | 0 | 11111 | 1001010 | 10011 | 100011 | 111101 | 110011 |
Color Harmonies of #CF8F36
Complementary color
Monochromatic Colors of #CF8F36
Black with #CF8F36
Text Example
Text Example
White with #CF8F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F36; }
p { color: rgb(207,143,54); }
H1.HeaderClassName
{
color: #CF8F36;
}
.AnyTagClassName
{
color: #CF8F36;
}
</style>
background-color css
<style>
a { background-color: #CF8F36; }
a { background-color: rgb(207,143,54); }
div.DivClassName
{
background-color: #CF8F36;
}
.BgClassName
{
background-color: #CF8F36;
}
</style>
border-color css
<style>
span { border-color: #CF8F36; }
span { border-color: rgb(207,143,54); }
td.TdClassName
{
border-color: #CF8F36;
}
.TagClassName
{
border-color: #CF8F36;
}
</style>