Shades of Fuel Yellow #CF9C38
Tints of Fuel Yellow #CF9C38
RGB
CMYK
RGB Variations
Color information
#CF9C38 (or 0xCF9C38) is known color: Fuel Yellow. HEX triplet: CF, 9C and 38. RGB value is (207,156,56). Sum of RGB (Red+Green+Blue) = 207+156+56=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C38 is #3063C7. Grayscale: #A0A0A0. Windows color (decimal): -3171272 or 3710159. OLE color: 3710159.
HSL color Cylindrical-coordinate representation of color #CF9C38: hue angle of 39.74º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF9C38 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 56 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.19 |
| HSL | 39.74º | 0.61% | 0.52% | - |
| HSV(B) | 39.74º | 0.73% | 0.81% | - |
| XYZ | 38.33 | 37.33 | 8.93 | - |
| YUV | 159.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 56 | 0 | 0.25 | 0.73 | 0.19 | 39.74 | 0.61 | 0.52 |
| Hex | CF | 9C | 38 | 0 | 19 | 49 | 13 | 28 | 3D | 34 |
| Octal | 317 | 234 | 70 | 0 | 31 | 111 | 23 | 50 | 75 | 64 |
| Binary | 11001111 | 10011100 | 111000 | 0 | 11001 | 1001001 | 10011 | 101000 | 111101 | 110100 |
Color Harmonies of #CF9C38
Complementary color
Monochromatic Colors of #CF9C38
Black with #CF9C38
Text Example
Text Example
White with #CF9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C38; }
p { color: rgb(207,156,56); }
H1.HeaderClassName
{
color: #CF9C38;
}
.AnyTagClassName
{
color: #CF9C38;
}
</style>
background-color css
<style>
a { background-color: #CF9C38; }
a { background-color: rgb(207,156,56); }
div.DivClassName
{
background-color: #CF9C38;
}
.BgClassName
{
background-color: #CF9C38;
}
</style>
border-color css
<style>
span { border-color: #CF9C38; }
span { border-color: rgb(207,156,56); }
td.TdClassName
{
border-color: #CF9C38;
}
.TagClassName
{
border-color: #CF9C38;
}
</style>