Shades of Fuel Yellow #CF9636
Tints of Fuel Yellow #CF9636
RGB
CMYK
RGB Variations
Color information
#CF9636 (or 0xCF9636) is known color: Fuel Yellow. HEX triplet: CF, 96 and 36. RGB value is (207,150,54). Sum of RGB (Red+Green+Blue) = 207+150+54=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9636 is #3069C9. Grayscale: #9C9C9C. Windows color (decimal): -3172810 or 3577551. OLE color: 3577551.
HSL color Cylindrical-coordinate representation of color #CF9636: hue angle of 37.65º 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 #CF9636 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 54 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.19 |
| HSL | 37.65º | 0.61% | 0.51% | - |
| HSV(B) | 37.65º | 0.74% | 0.81% | - |
| XYZ | 37.3 | 35.34 | 8.35 | - |
| YUV | 156.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 54 | 0 | 0.28 | 0.74 | 0.19 | 37.65 | 0.61 | 0.51 |
| Hex | CF | 96 | 36 | 0 | 1C | 4A | 13 | 26 | 3D | 33 |
| Octal | 317 | 226 | 66 | 0 | 34 | 112 | 23 | 46 | 75 | 63 |
| Binary | 11001111 | 10010110 | 110110 | 0 | 11100 | 1001010 | 10011 | 100110 | 111101 | 110011 |
Color Harmonies of #CF9636
Complementary color
Monochromatic Colors of #CF9636
Black with #CF9636
Text Example
Text Example
White with #CF9636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9636; }
p { color: rgb(207,150,54); }
H1.HeaderClassName
{
color: #CF9636;
}
.AnyTagClassName
{
color: #CF9636;
}
</style>
background-color css
<style>
a { background-color: #CF9636; }
a { background-color: rgb(207,150,54); }
div.DivClassName
{
background-color: #CF9636;
}
.BgClassName
{
background-color: #CF9636;
}
</style>
border-color css
<style>
span { border-color: #CF9636; }
span { border-color: rgb(207,150,54); }
td.TdClassName
{
border-color: #CF9636;
}
.TagClassName
{
border-color: #CF9636;
}
</style>