Shades of Fuel Yellow #CF8C36
Tints of Fuel Yellow #CF8C36
RGB
CMYK
RGB Variations
Color information
#CF8C36 (or 0xCF8C36) is known color: Fuel Yellow. HEX triplet: CF, 8C and 36. RGB value is (207,140,54). Sum of RGB (Red+Green+Blue) = 207+140+54=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C36 is #3073C9. Grayscale: #969696. Windows color (decimal): -3175370 or 3574991. OLE color: 3574991.
HSL color Cylindrical-coordinate representation of color #CF8C36: hue angle of 33.73º 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 #CF8C36 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 54 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.19 |
| HSL | 33.73º | 0.61% | 0.51% | - |
| HSV(B) | 33.73º | 0.74% | 0.81% | - |
| XYZ | 35.78 | 32.29 | 7.84 | - |
| YUV | 150.23 | 73.7 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 54 | 0 | 0.32 | 0.74 | 0.19 | 33.73 | 0.61 | 0.51 |
| Hex | CF | 8C | 36 | 0 | 20 | 4A | 13 | 22 | 3D | 33 |
| Octal | 317 | 214 | 66 | 0 | 40 | 112 | 23 | 42 | 75 | 63 |
| Binary | 11001111 | 10001100 | 110110 | 0 | 100000 | 1001010 | 10011 | 100010 | 111101 | 110011 |
Color Harmonies of #CF8C36
Complementary color
Monochromatic Colors of #CF8C36
Black with #CF8C36
Text Example
Text Example
White with #CF8C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C36; }
p { color: rgb(207,140,54); }
H1.HeaderClassName
{
color: #CF8C36;
}
.AnyTagClassName
{
color: #CF8C36;
}
</style>
background-color css
<style>
a { background-color: #CF8C36; }
a { background-color: rgb(207,140,54); }
div.DivClassName
{
background-color: #CF8C36;
}
.BgClassName
{
background-color: #CF8C36;
}
</style>
border-color css
<style>
span { border-color: #CF8C36; }
span { border-color: rgb(207,140,54); }
td.TdClassName
{
border-color: #CF8C36;
}
.TagClassName
{
border-color: #CF8C36;
}
</style>