Shades of Yellow #FFF704
Tints of Yellow #FFF704
RGB
CMYK
RGB Variations
Color information
#FFF704 (or 0xFFF704) is known color: Yellow. HEX triplet: FF, F7 and 04. RGB value is (255,247,4). Sum of RGB (Red+Green+Blue) = 255+247+4=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 4 (1.95% from 255 or 0.79% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF704 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF704 is #0008FB. Grayscale: #DEDEDE. Windows color (decimal): -2300 or 325631. OLE color: 325631.
HSL color Cylindrical-coordinate representation of color #FFF704: hue angle of 58.09º 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 #FFF704 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0 |
| HSL | 58.09º | 1% | 0.51% | - |
| HSV(B) | 58.09º | 0.98% | 1% | - |
| XYZ | 74.52 | 87.79 | 13.13 | - |
| YUV | 221.69 | 5.15 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 4 | 0 | 0.03 | 0.98 | 0 | 58.09 | 1 | 0.51 |
| Hex | FF | F7 | 4 | 0 | 3 | 62 | 0 | 3A | 64 | 33 |
| Octal | 377 | 367 | 4 | 0 | 3 | 142 | 0 | 72 | 144 | 63 |
| Binary | 11111111 | 11110111 | 100 | 0 | 11 | 1100010 | 0 | 111010 | 1100100 | 110011 |
Color Harmonies of #FFF704
Complementary color
Monochromatic Colors of #FFF704
Black with #FFF704
Text Example
Text Example
White with #FFF704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF704; }
p { color: rgb(255,247,4); }
H1.HeaderClassName
{
color: #FFF704;
}
.AnyTagClassName
{
color: #FFF704;
}
</style>
background-color css
<style>
a { background-color: #FFF704; }
a { background-color: rgb(255,247,4); }
div.DivClassName
{
background-color: #FFF704;
}
.BgClassName
{
background-color: #FFF704;
}
</style>
border-color css
<style>
span { border-color: #FFF704; }
span { border-color: rgb(255,247,4); }
td.TdClassName
{
border-color: #FFF704;
}
.TagClassName
{
border-color: #FFF704;
}
</style>