Shades of Fuel Yellow #CF9C3A
Tints of Fuel Yellow #CF9C3A
RGB
CMYK
RGB Variations
Color information
#CF9C3A (or 0xCF9C3A) is known color: Fuel Yellow. HEX triplet: CF, 9C and 3A. RGB value is (207,156,58). Sum of RGB (Red+Green+Blue) = 207+156+58=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C3A is #3063C5. Grayscale: #A0A0A0. Windows color (decimal): -3171270 or 3841231. OLE color: 3841231.
HSL color Cylindrical-coordinate representation of color #CF9C3A: hue angle of 39.46º 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 #CF9C3A is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 58 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.19 |
| HSL | 39.46º | 0.61% | 0.52% | - |
| HSV(B) | 39.46º | 0.72% | 0.81% | - |
| XYZ | 38.38 | 37.35 | 9.19 | - |
| YUV | 160.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 58 | 0 | 0.25 | 0.72 | 0.19 | 39.46 | 0.61 | 0.52 |
| Hex | CF | 9C | 3A | 0 | 19 | 48 | 13 | 27 | 3D | 34 |
| Octal | 317 | 234 | 72 | 0 | 31 | 110 | 23 | 47 | 75 | 64 |
| Binary | 11001111 | 10011100 | 111010 | 0 | 11001 | 1001000 | 10011 | 100111 | 111101 | 110100 |
Color Harmonies of #CF9C3A
Complementary color
Monochromatic Colors of #CF9C3A
Black with #CF9C3A
Text Example
Text Example
White with #CF9C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C3A; }
p { color: rgb(207,156,58); }
H1.HeaderClassName
{
color: #CF9C3A;
}
.AnyTagClassName
{
color: #CF9C3A;
}
</style>
background-color css
<style>
a { background-color: #CF9C3A; }
a { background-color: rgb(207,156,58); }
div.DivClassName
{
background-color: #CF9C3A;
}
.BgClassName
{
background-color: #CF9C3A;
}
</style>
border-color css
<style>
span { border-color: #CF9C3A; }
span { border-color: rgb(207,156,58); }
td.TdClassName
{
border-color: #CF9C3A;
}
.TagClassName
{
border-color: #CF9C3A;
}
</style>