Shades of Yellow #F7F002
Tints of Yellow #F7F002
RGB
CMYK
RGB Variations
Color information
#F7F002 (or 0xF7F002) is known color: Yellow. HEX triplet: F7, F0 and 02. RGB value is (247,240,2). Sum of RGB (Red+Green+Blue) = 247+240+2=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 2 (1.17% from 255 or 0.41% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F002 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F002 is #080FFD. Grayscale: #D7D7D7. Windows color (decimal): -528382 or 192759. OLE color: 192759.
HSL color Cylindrical-coordinate representation of color #F7F002: hue angle of 58.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7F002 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.03 |
| HSL | 58.29º | 0.98% | 0.49% | - |
| HSV(B) | 58.29º | 0.99% | 0.97% | - |
| XYZ | 69.53 | 82.1 | 12.24 | - |
| YUV | 214.96 | 7.82 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 2 | 0 | 0.03 | 0.99 | 0.03 | 58.29 | 0.98 | 0.49 |
| Hex | F7 | F0 | 2 | 0 | 3 | 63 | 3 | 3A | 62 | 31 |
| Octal | 367 | 360 | 2 | 0 | 3 | 143 | 3 | 72 | 142 | 61 |
| Binary | 11110111 | 11110000 | 10 | 0 | 11 | 1100011 | 11 | 111010 | 1100010 | 110001 |
Color Harmonies of #F7F002
Complementary color
Monochromatic Colors of #F7F002
Black with #F7F002
Text Example
Text Example
White with #F7F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F002; }
p { color: rgb(247,240,2); }
H1.HeaderClassName
{
color: #F7F002;
}
.AnyTagClassName
{
color: #F7F002;
}
</style>
background-color css
<style>
a { background-color: #F7F002; }
a { background-color: rgb(247,240,2); }
div.DivClassName
{
background-color: #F7F002;
}
.BgClassName
{
background-color: #F7F002;
}
</style>
border-color css
<style>
span { border-color: #F7F002; }
span { border-color: rgb(247,240,2); }
td.TdClassName
{
border-color: #F7F002;
}
.TagClassName
{
border-color: #F7F002;
}
</style>