Shades of Fuel Yellow #CF9936
Tints of Fuel Yellow #CF9936
RGB
CMYK
RGB Variations
Color information
#CF9936 (or 0xCF9936) is known color: Fuel Yellow. HEX triplet: CF, 99 and 36. RGB value is (207,153,54). Sum of RGB (Red+Green+Blue) = 207+153+54=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9936 is #3066C9. Grayscale: #9E9E9E. Windows color (decimal): -3172042 or 3578319. OLE color: 3578319.
HSL color Cylindrical-coordinate representation of color #CF9936: hue angle of 38.82º 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 #CF9936 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 54 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.19 |
| HSL | 38.82º | 0.61% | 0.51% | - |
| HSV(B) | 38.82º | 0.74% | 0.81% | - |
| XYZ | 37.79 | 36.31 | 8.51 | - |
| YUV | 157.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 54 | 0 | 0.26 | 0.74 | 0.19 | 38.82 | 0.61 | 0.51 |
| Hex | CF | 99 | 36 | 0 | 1A | 4A | 13 | 27 | 3D | 33 |
| Octal | 317 | 231 | 66 | 0 | 32 | 112 | 23 | 47 | 75 | 63 |
| Binary | 11001111 | 10011001 | 110110 | 0 | 11010 | 1001010 | 10011 | 100111 | 111101 | 110011 |
Color Harmonies of #CF9936
Complementary color
Monochromatic Colors of #CF9936
Black with #CF9936
Text Example
Text Example
White with #CF9936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9936; }
p { color: rgb(207,153,54); }
H1.HeaderClassName
{
color: #CF9936;
}
.AnyTagClassName
{
color: #CF9936;
}
</style>
background-color css
<style>
a { background-color: #CF9936; }
a { background-color: rgb(207,153,54); }
div.DivClassName
{
background-color: #CF9936;
}
.BgClassName
{
background-color: #CF9936;
}
</style>
border-color css
<style>
span { border-color: #CF9936; }
span { border-color: rgb(207,153,54); }
td.TdClassName
{
border-color: #CF9936;
}
.TagClassName
{
border-color: #CF9936;
}
</style>