Shades of Fuel Yellow #CF9439
Tints of Fuel Yellow #CF9439
RGB
CMYK
RGB Variations
Color information
#CF9439 (or 0xCF9439) is known color: Fuel Yellow. HEX triplet: CF, 94 and 39. RGB value is (207,148,57). Sum of RGB (Red+Green+Blue) = 207+148+57=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9439 is #306BC6. Grayscale: #9B9B9B. Windows color (decimal): -3173319 or 3773647. OLE color: 3773647.
HSL color Cylindrical-coordinate representation of color #CF9439: hue angle of 36.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF9439 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 57 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.19 |
| HSL | 36.4º | 0.61% | 0.52% | - |
| HSV(B) | 36.4º | 0.72% | 0.81% | - |
| XYZ | 37.06 | 34.74 | 8.62 | - |
| YUV | 155.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 57 | 0 | 0.29 | 0.72 | 0.19 | 36.4 | 0.61 | 0.52 |
| Hex | CF | 94 | 39 | 0 | 1D | 48 | 13 | 24 | 3D | 34 |
| Octal | 317 | 224 | 71 | 0 | 35 | 110 | 23 | 44 | 75 | 64 |
| Binary | 11001111 | 10010100 | 111001 | 0 | 11101 | 1001000 | 10011 | 100100 | 111101 | 110100 |
Color Harmonies of #CF9439
Complementary color
Monochromatic Colors of #CF9439
Black with #CF9439
Text Example
Text Example
White with #CF9439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9439; }
p { color: rgb(207,148,57); }
H1.HeaderClassName
{
color: #CF9439;
}
.AnyTagClassName
{
color: #CF9439;
}
</style>
background-color css
<style>
a { background-color: #CF9439; }
a { background-color: rgb(207,148,57); }
div.DivClassName
{
background-color: #CF9439;
}
.BgClassName
{
background-color: #CF9439;
}
</style>
border-color css
<style>
span { border-color: #CF9439; }
span { border-color: rgb(207,148,57); }
td.TdClassName
{
border-color: #CF9439;
}
.TagClassName
{
border-color: #CF9439;
}
</style>