Shades of Yellow #F7F001
Tints of Yellow #F7F001
RGB
CMYK
RGB Variations
Color information
#F7F001 (or 0xF7F001) is known color: Yellow. HEX triplet: F7, F0 and 01. RGB value is (247,240,1). Sum of RGB (Red+Green+Blue) = 247+240+1=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 1 (0.78% from 255 or 0.20% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F001 is #080FFE. Grayscale: #D7D7D7. Windows color (decimal): -528383 or 127223. OLE color: 127223.
HSL color Cylindrical-coordinate representation of color #F7F001: hue angle of 58.29º 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 #F7F001 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.03 |
| HSL | 58.29º | 0.99% | 0.49% | - |
| HSV(B) | 58.29º | 1% | 0.97% | - |
| XYZ | 69.52 | 82.1 | 12.21 | - |
| YUV | 214.85 | 7.32 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 1 | 0 | 0.03 | 1.00 | 0.03 | 58.29 | 0.99 | 0.49 |
| Hex | F7 | F0 | 1 | 0 | 3 | 64 | 3 | 3A | 63 | 31 |
| Octal | 367 | 360 | 1 | 0 | 3 | 144 | 3 | 72 | 143 | 61 |
| Binary | 11110111 | 11110000 | 1 | 0 | 11 | 1100100 | 11 | 111010 | 1100011 | 110001 |
Color Harmonies of #F7F001
Complementary color
Monochromatic Colors of #F7F001
Black with #F7F001
Text Example
Text Example
White with #F7F001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F001; }
p { color: rgb(247,240,1); }
H1.HeaderClassName
{
color: #F7F001;
}
.AnyTagClassName
{
color: #F7F001;
}
</style>
background-color css
<style>
a { background-color: #F7F001; }
a { background-color: rgb(247,240,1); }
div.DivClassName
{
background-color: #F7F001;
}
.BgClassName
{
background-color: #F7F001;
}
</style>
border-color css
<style>
span { border-color: #F7F001; }
span { border-color: rgb(247,240,1); }
td.TdClassName
{
border-color: #F7F001;
}
.TagClassName
{
border-color: #F7F001;
}
</style>