Shades of Fuel Yellow #CF9D36
Tints of Fuel Yellow #CF9D36
RGB
CMYK
RGB Variations
Color information
#CF9D36 (or 0xCF9D36) is known color: Fuel Yellow. HEX triplet: CF, 9D and 36. RGB value is (207,157,54). Sum of RGB (Red+Green+Blue) = 207+157+54=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D36 is #3062C9. Grayscale: #A0A0A0. Windows color (decimal): -3171018 or 3579343. OLE color: 3579343.
HSL color Cylindrical-coordinate representation of color #CF9D36: hue angle of 40.39º 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 #CF9D36 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 54 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.19 |
| HSL | 40.39º | 0.61% | 0.51% | - |
| HSV(B) | 40.39º | 0.74% | 0.81% | - |
| XYZ | 38.45 | 37.65 | 8.73 | - |
| YUV | 160.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 54 | 0 | 0.24 | 0.74 | 0.19 | 40.39 | 0.61 | 0.51 |
| Hex | CF | 9D | 36 | 0 | 18 | 4A | 13 | 28 | 3D | 33 |
| Octal | 317 | 235 | 66 | 0 | 30 | 112 | 23 | 50 | 75 | 63 |
| Binary | 11001111 | 10011101 | 110110 | 0 | 11000 | 1001010 | 10011 | 101000 | 111101 | 110011 |
Color Harmonies of #CF9D36
Complementary color
Monochromatic Colors of #CF9D36
Black with #CF9D36
Text Example
Text Example
White with #CF9D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D36; }
p { color: rgb(207,157,54); }
H1.HeaderClassName
{
color: #CF9D36;
}
.AnyTagClassName
{
color: #CF9D36;
}
</style>
background-color css
<style>
a { background-color: #CF9D36; }
a { background-color: rgb(207,157,54); }
div.DivClassName
{
background-color: #CF9D36;
}
.BgClassName
{
background-color: #CF9D36;
}
</style>
border-color css
<style>
span { border-color: #CF9D36; }
span { border-color: rgb(207,157,54); }
td.TdClassName
{
border-color: #CF9D36;
}
.TagClassName
{
border-color: #CF9D36;
}
</style>