Shades of Selective Yellow #F7B201
Tints of Selective Yellow #F7B201
RGB
CMYK
RGB Variations
Color information
#F7B201 (or 0xF7B201) is known color: Selective Yellow. HEX triplet: F7, B2 and 01. RGB value is (247,178,1). Sum of RGB (Red+Green+Blue) = 247+178+1=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B201 is #084DFE. Grayscale: #B3B3B3. Windows color (decimal): -544255 or 111351. OLE color: 111351.
HSL color Cylindrical-coordinate representation of color #F7B201: hue angle of 43.17º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7B201 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 178 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.03 |
| HSL | 43.17º | 0.99% | 0.49% | - |
| HSV(B) | 43.17º | 1% | 0.97% | - |
| XYZ | 54.28 | 51.62 | 7.13 | - |
| YUV | 178.45 | 27.86 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 178 | 1 | 0 | 0.28 | 1.00 | 0.03 | 43.17 | 0.99 | 0.49 |
| Hex | F7 | B2 | 1 | 0 | 1C | 64 | 3 | 2B | 63 | 31 |
| Octal | 367 | 262 | 1 | 0 | 34 | 144 | 3 | 53 | 143 | 61 |
| Binary | 11110111 | 10110010 | 1 | 0 | 11100 | 1100100 | 11 | 101011 | 1100011 | 110001 |
Color Harmonies of #F7B201
Complementary color
Monochromatic Colors of #F7B201
Black with #F7B201
Text Example
Text Example
White with #F7B201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B201; }
p { color: rgb(247,178,1); }
H1.HeaderClassName
{
color: #F7B201;
}
.AnyTagClassName
{
color: #F7B201;
}
</style>
background-color css
<style>
a { background-color: #F7B201; }
a { background-color: rgb(247,178,1); }
div.DivClassName
{
background-color: #F7B201;
}
.BgClassName
{
background-color: #F7B201;
}
</style>
border-color css
<style>
span { border-color: #F7B201; }
span { border-color: rgb(247,178,1); }
td.TdClassName
{
border-color: #F7B201;
}
.TagClassName
{
border-color: #F7B201;
}
</style>