Shades of Yellow #F7F504
Tints of Yellow #F7F504
RGB
CMYK
RGB Variations
Color information
#F7F504 (or 0xF7F504) is known color: Yellow. HEX triplet: F7, F5 and 04. RGB value is (247,245,4). Sum of RGB (Red+Green+Blue) = 247+245+4=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 4 (1.95% from 255 or 0.81% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F504 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F504 is #080AFB. Grayscale: #DBDBDB. Windows color (decimal): -527100 or 325111. OLE color: 325111.
HSL color Cylindrical-coordinate representation of color #F7F504: hue angle of 59.51º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7F504 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.03 |
| HSL | 59.51º | 0.97% | 0.49% | - |
| HSV(B) | 59.51º | 0.98% | 0.97% | - |
| XYZ | 71.03 | 85.09 | 12.79 | - |
| YUV | 218.12 | 7.16 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 4 | 0 | 0.01 | 0.98 | 0.03 | 59.51 | 0.97 | 0.49 |
| Hex | F7 | F5 | 4 | 0 | 1 | 62 | 3 | 3C | 61 | 31 |
| Octal | 367 | 365 | 4 | 0 | 1 | 142 | 3 | 74 | 141 | 61 |
| Binary | 11110111 | 11110101 | 100 | 0 | 1 | 1100010 | 11 | 111100 | 1100001 | 110001 |
Color Harmonies of #F7F504
Complementary color
Monochromatic Colors of #F7F504
Black with #F7F504
Text Example
Text Example
White with #F7F504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F504; }
p { color: rgb(247,245,4); }
H1.HeaderClassName
{
color: #F7F504;
}
.AnyTagClassName
{
color: #F7F504;
}
</style>
background-color css
<style>
a { background-color: #F7F504; }
a { background-color: rgb(247,245,4); }
div.DivClassName
{
background-color: #F7F504;
}
.BgClassName
{
background-color: #F7F504;
}
</style>
border-color css
<style>
span { border-color: #F7F504; }
span { border-color: rgb(247,245,4); }
td.TdClassName
{
border-color: #F7F504;
}
.TagClassName
{
border-color: #F7F504;
}
</style>