Shades of Fuel Yellow #CF9C32
Tints of Fuel Yellow #CF9C32
RGB
CMYK
RGB Variations
Color information
#CF9C32 (or 0xCF9C32) is known color: Fuel Yellow. HEX triplet: CF, 9C and 32. RGB value is (207,156,50). Sum of RGB (Red+Green+Blue) = 207+156+50=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C32 is #3063CD. Grayscale: #9F9F9F. Windows color (decimal): -3171278 or 3316943. OLE color: 3316943.
HSL color Cylindrical-coordinate representation of color #CF9C32: hue angle of 40.51º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF9C32 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 50 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.19 |
| HSL | 40.51º | 0.62% | 0.5% | - |
| HSV(B) | 40.51º | 0.76% | 0.81% | - |
| XYZ | 38.2 | 37.27 | 8.2 | - |
| YUV | 159.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 50 | 0 | 0.25 | 0.76 | 0.19 | 40.51 | 0.62 | 0.5 |
| Hex | CF | 9C | 32 | 0 | 19 | 4C | 13 | 29 | 3E | 32 |
| Octal | 317 | 234 | 62 | 0 | 31 | 114 | 23 | 51 | 76 | 62 |
| Binary | 11001111 | 10011100 | 110010 | 0 | 11001 | 1001100 | 10011 | 101001 | 111110 | 110010 |
Color Harmonies of #CF9C32
Complementary color
Monochromatic Colors of #CF9C32
Black with #CF9C32
Text Example
Text Example
White with #CF9C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C32; }
p { color: rgb(207,156,50); }
H1.HeaderClassName
{
color: #CF9C32;
}
.AnyTagClassName
{
color: #CF9C32;
}
</style>
background-color css
<style>
a { background-color: #CF9C32; }
a { background-color: rgb(207,156,50); }
div.DivClassName
{
background-color: #CF9C32;
}
.BgClassName
{
background-color: #CF9C32;
}
</style>
border-color css
<style>
span { border-color: #CF9C32; }
span { border-color: rgb(207,156,50); }
td.TdClassName
{
border-color: #CF9C32;
}
.TagClassName
{
border-color: #CF9C32;
}
</style>