Shades of Yellow #FFF705
Tints of Yellow #FFF705
RGB
CMYK
RGB Variations
Color information
#FFF705 (or 0xFFF705) is known color: Yellow. HEX triplet: FF, F7 and 05. RGB value is (255,247,5). Sum of RGB (Red+Green+Blue) = 255+247+5=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 5 (2.34% from 255 or 0.99% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF705 is #0008FA. Grayscale: #DEDEDE. Windows color (decimal): -2299 or 391167. OLE color: 391167.
HSL color Cylindrical-coordinate representation of color #FFF705: hue angle of 58.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFF705 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0 |
| HSL | 58.08º | 1% | 0.51% | - |
| HSV(B) | 58.08º | 0.98% | 1% | - |
| XYZ | 74.53 | 87.79 | 13.16 | - |
| YUV | 221.8 | 5.65 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 5 | 0 | 0.03 | 0.98 | 0 | 58.08 | 1 | 0.51 |
| Hex | FF | F7 | 5 | 0 | 3 | 62 | 0 | 3A | 64 | 33 |
| Octal | 377 | 367 | 5 | 0 | 3 | 142 | 0 | 72 | 144 | 63 |
| Binary | 11111111 | 11110111 | 101 | 0 | 11 | 1100010 | 0 | 111010 | 1100100 | 110011 |
Color Harmonies of #FFF705
Complementary color
Monochromatic Colors of #FFF705
Black with #FFF705
Text Example
Text Example
White with #FFF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF705; }
p { color: rgb(255,247,5); }
H1.HeaderClassName
{
color: #FFF705;
}
.AnyTagClassName
{
color: #FFF705;
}
</style>
background-color css
<style>
a { background-color: #FFF705; }
a { background-color: rgb(255,247,5); }
div.DivClassName
{
background-color: #FFF705;
}
.BgClassName
{
background-color: #FFF705;
}
</style>
border-color css
<style>
span { border-color: #FFF705; }
span { border-color: rgb(255,247,5); }
td.TdClassName
{
border-color: #FFF705;
}
.TagClassName
{
border-color: #FFF705;
}
</style>