Shades of Fuel Yellow #CF973A
Tints of Fuel Yellow #CF973A
RGB
CMYK
RGB Variations
Color information
#CF973A (or 0xCF973A) is known color: Fuel Yellow. HEX triplet: CF, 97 and 3A. RGB value is (207,151,58). Sum of RGB (Red+Green+Blue) = 207+151+58=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF973A is #3068C5. Grayscale: #9D9D9D. Windows color (decimal): -3172550 or 3839951. OLE color: 3839951.
HSL color Cylindrical-coordinate representation of color #CF973A: hue angle of 37.45º 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 #CF973A is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 58 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.19 |
| HSL | 37.45º | 0.61% | 0.52% | - |
| HSV(B) | 37.45º | 0.72% | 0.81% | - |
| XYZ | 37.56 | 35.7 | 8.91 | - |
| YUV | 157.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 58 | 0 | 0.27 | 0.72 | 0.19 | 37.45 | 0.61 | 0.52 |
| Hex | CF | 97 | 3A | 0 | 1B | 48 | 13 | 25 | 3D | 34 |
| Octal | 317 | 227 | 72 | 0 | 33 | 110 | 23 | 45 | 75 | 64 |
| Binary | 11001111 | 10010111 | 111010 | 0 | 11011 | 1001000 | 10011 | 100101 | 111101 | 110100 |
Color Harmonies of #CF973A
Complementary color
Monochromatic Colors of #CF973A
Black with #CF973A
Text Example
Text Example
White with #CF973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF973A; }
p { color: rgb(207,151,58); }
H1.HeaderClassName
{
color: #CF973A;
}
.AnyTagClassName
{
color: #CF973A;
}
</style>
background-color css
<style>
a { background-color: #CF973A; }
a { background-color: rgb(207,151,58); }
div.DivClassName
{
background-color: #CF973A;
}
.BgClassName
{
background-color: #CF973A;
}
</style>
border-color css
<style>
span { border-color: #CF973A; }
span { border-color: rgb(207,151,58); }
td.TdClassName
{
border-color: #CF973A;
}
.TagClassName
{
border-color: #CF973A;
}
</style>