Shades of Yellow #F4F508
Tints of Yellow #F4F508
RGB
CMYK
RGB Variations
Color information
#F4F508 (or 0xF4F508) is known color: Yellow. HEX triplet: F4, F5 and 08. RGB value is (244,245,8). Sum of RGB (Red+Green+Blue) = 244+245+8=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 8 (3.52% from 255 or 1.61% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F508 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F508 is #0B0AF7. Grayscale: #DADADA. Windows color (decimal): -723704 or 587252. OLE color: 587252.
HSL color Cylindrical-coordinate representation of color #F4F508: hue angle of 60.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4F508 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 245 | 8 | - |
| CMYK | 0.00 | 0 | 0.97 | 0.04 |
| HSL | 60.25º | 0.94% | 0.5% | - |
| HSV(B) | 60.25º | 0.97% | 0.96% | - |
| XYZ | 70 | 84.56 | 12.86 | - |
| YUV | 217.68 | 9.67 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 245 | 8 | 0.00 | 0 | 0.97 | 0.04 | 60.25 | 0.94 | 0.5 |
| Hex | F4 | F5 | 8 | 0 | 0 | 61 | 4 | 3C | 5E | 32 |
| Octal | 364 | 365 | 10 | 0 | 0 | 141 | 4 | 74 | 136 | 62 |
| Binary | 11110100 | 11110101 | 1000 | 0 | 0 | 1100001 | 100 | 111100 | 1011110 | 110010 |
Color Harmonies of #F4F508
Complementary color
Monochromatic Colors of #F4F508
Black with #F4F508
Text Example
Text Example
White with #F4F508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F508; }
p { color: rgb(244,245,8); }
H1.HeaderClassName
{
color: #F4F508;
}
.AnyTagClassName
{
color: #F4F508;
}
</style>
background-color css
<style>
a { background-color: #F4F508; }
a { background-color: rgb(244,245,8); }
div.DivClassName
{
background-color: #F4F508;
}
.BgClassName
{
background-color: #F4F508;
}
</style>
border-color css
<style>
span { border-color: #F4F508; }
span { border-color: rgb(244,245,8); }
td.TdClassName
{
border-color: #F4F508;
}
.TagClassName
{
border-color: #F4F508;
}
</style>