Shades of Fuel Yellow #CF973B
Tints of Fuel Yellow #CF973B
RGB
CMYK
RGB Variations
Color information
#CF973B (or 0xCF973B) is known color: Fuel Yellow. HEX triplet: CF, 97 and 3B. RGB value is (207,151,59). Sum of RGB (Red+Green+Blue) = 207+151+59=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF973B is #3068C4. Grayscale: #9D9D9D. Windows color (decimal): -3172549 or 3905487. OLE color: 3905487.
HSL color Cylindrical-coordinate representation of color #CF973B: hue angle of 37.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF973B is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 59 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.19 |
| HSL | 37.3º | 0.61% | 0.52% | - |
| HSV(B) | 37.3º | 0.71% | 0.81% | - |
| XYZ | 37.59 | 35.71 | 9.05 | - |
| YUV | 157.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 59 | 0 | 0.27 | 0.71 | 0.19 | 37.3 | 0.61 | 0.52 |
| Hex | CF | 97 | 3B | 0 | 1B | 47 | 13 | 25 | 3D | 34 |
| Octal | 317 | 227 | 73 | 0 | 33 | 107 | 23 | 45 | 75 | 64 |
| Binary | 11001111 | 10010111 | 111011 | 0 | 11011 | 1000111 | 10011 | 100101 | 111101 | 110100 |
Color Harmonies of #CF973B
Complementary color
Monochromatic Colors of #CF973B
Black with #CF973B
Text Example
Text Example
White with #CF973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF973B; }
p { color: rgb(207,151,59); }
H1.HeaderClassName
{
color: #CF973B;
}
.AnyTagClassName
{
color: #CF973B;
}
</style>
background-color css
<style>
a { background-color: #CF973B; }
a { background-color: rgb(207,151,59); }
div.DivClassName
{
background-color: #CF973B;
}
.BgClassName
{
background-color: #CF973B;
}
</style>
border-color css
<style>
span { border-color: #CF973B; }
span { border-color: rgb(207,151,59); }
td.TdClassName
{
border-color: #CF973B;
}
.TagClassName
{
border-color: #CF973B;
}
</style>