Shades of Fuel Yellow #CF9C36
Tints of Fuel Yellow #CF9C36
RGB
CMYK
RGB Variations
Color information
#CF9C36 (or 0xCF9C36) is known color: Fuel Yellow. HEX triplet: CF, 9C and 36. RGB value is (207,156,54). Sum of RGB (Red+Green+Blue) = 207+156+54=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C36 is #3063C9. Grayscale: #A0A0A0. Windows color (decimal): -3171274 or 3579087. OLE color: 3579087.
HSL color Cylindrical-coordinate representation of color #CF9C36: hue angle of 40º 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 #CF9C36 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 54 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.19 |
| HSL | 40º | 0.61% | 0.51% | - |
| HSV(B) | 40º | 0.74% | 0.81% | - |
| XYZ | 38.29 | 37.31 | 8.67 | - |
| YUV | 159.62 | 68.4 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 54 | 0 | 0.25 | 0.74 | 0.19 | 40 | 0.61 | 0.51 |
| Hex | CF | 9C | 36 | 0 | 19 | 4A | 13 | 28 | 3D | 33 |
| Octal | 317 | 234 | 66 | 0 | 31 | 112 | 23 | 50 | 75 | 63 |
| Binary | 11001111 | 10011100 | 110110 | 0 | 11001 | 1001010 | 10011 | 101000 | 111101 | 110011 |
Color Harmonies of #CF9C36
Complementary color
Monochromatic Colors of #CF9C36
Black with #CF9C36
Text Example
Text Example
White with #CF9C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C36; }
p { color: rgb(207,156,54); }
H1.HeaderClassName
{
color: #CF9C36;
}
.AnyTagClassName
{
color: #CF9C36;
}
</style>
background-color css
<style>
a { background-color: #CF9C36; }
a { background-color: rgb(207,156,54); }
div.DivClassName
{
background-color: #CF9C36;
}
.BgClassName
{
background-color: #CF9C36;
}
</style>
border-color css
<style>
span { border-color: #CF9C36; }
span { border-color: rgb(207,156,54); }
td.TdClassName
{
border-color: #CF9C36;
}
.TagClassName
{
border-color: #CF9C36;
}
</style>