Shades of Yellow #FFF508
Tints of Yellow #FFF508
RGB
CMYK
RGB Variations
Color information
#FFF508 (or 0xFFF508) is known color: Yellow. HEX triplet: FF, F5 and 08. RGB value is (255,245,8). Sum of RGB (Red+Green+Blue) = 255+245+8=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 8 (3.52% from 255 or 1.57% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF508 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF508 is #000AF7. Grayscale: #DDDDDD. Windows color (decimal): -2808 or 587263. OLE color: 587263.
HSL color Cylindrical-coordinate representation of color #FFF508: hue angle of 57.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFF508 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0 |
| HSL | 57.57º | 1% | 0.52% | - |
| HSV(B) | 57.57º | 0.97% | 1% | - |
| XYZ | 73.94 | 86.58 | 13.04 | - |
| YUV | 220.97 | 7.81 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 8 | 0 | 0.04 | 0.97 | 0 | 57.57 | 1 | 0.52 |
| Hex | FF | F5 | 8 | 0 | 4 | 61 | 0 | 3A | 64 | 34 |
| Octal | 377 | 365 | 10 | 0 | 4 | 141 | 0 | 72 | 144 | 64 |
| Binary | 11111111 | 11110101 | 1000 | 0 | 100 | 1100001 | 0 | 111010 | 1100100 | 110100 |
Color Harmonies of #FFF508
Complementary color
Monochromatic Colors of #FFF508
Black with #FFF508
Text Example
Text Example
White with #FFF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF508; }
p { color: rgb(255,245,8); }
H1.HeaderClassName
{
color: #FFF508;
}
.AnyTagClassName
{
color: #FFF508;
}
</style>
background-color css
<style>
a { background-color: #FFF508; }
a { background-color: rgb(255,245,8); }
div.DivClassName
{
background-color: #FFF508;
}
.BgClassName
{
background-color: #FFF508;
}
</style>
border-color css
<style>
span { border-color: #FFF508; }
span { border-color: rgb(255,245,8); }
td.TdClassName
{
border-color: #FFF508;
}
.TagClassName
{
border-color: #FFF508;
}
</style>