Shades of Fuel Yellow #CF9934
Tints of Fuel Yellow #CF9934
RGB
CMYK
RGB Variations
Color information
#CF9934 (or 0xCF9934) is known color: Fuel Yellow. HEX triplet: CF, 99 and 34. RGB value is (207,153,52). Sum of RGB (Red+Green+Blue) = 207+153+52=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9934 is #3066CB. Grayscale: #9E9E9E. Windows color (decimal): -3172044 or 3447247. OLE color: 3447247.
HSL color Cylindrical-coordinate representation of color #CF9934: hue angle of 39.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF9934 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 52 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.19 |
| HSL | 39.1º | 0.62% | 0.51% | - |
| HSV(B) | 39.1º | 0.75% | 0.81% | - |
| XYZ | 37.74 | 36.3 | 8.27 | - |
| YUV | 157.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 52 | 0 | 0.26 | 0.75 | 0.19 | 39.1 | 0.62 | 0.51 |
| Hex | CF | 99 | 34 | 0 | 1A | 4B | 13 | 27 | 3E | 33 |
| Octal | 317 | 231 | 64 | 0 | 32 | 113 | 23 | 47 | 76 | 63 |
| Binary | 11001111 | 10011001 | 110100 | 0 | 11010 | 1001011 | 10011 | 100111 | 111110 | 110011 |
Color Harmonies of #CF9934
Complementary color
Monochromatic Colors of #CF9934
Black with #CF9934
Text Example
Text Example
White with #CF9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9934; }
p { color: rgb(207,153,52); }
H1.HeaderClassName
{
color: #CF9934;
}
.AnyTagClassName
{
color: #CF9934;
}
</style>
background-color css
<style>
a { background-color: #CF9934; }
a { background-color: rgb(207,153,52); }
div.DivClassName
{
background-color: #CF9934;
}
.BgClassName
{
background-color: #CF9934;
}
</style>
border-color css
<style>
span { border-color: #CF9934; }
span { border-color: rgb(207,153,52); }
td.TdClassName
{
border-color: #CF9934;
}
.TagClassName
{
border-color: #CF9934;
}
</style>