Shades of Yellow #FFF204
Tints of Yellow #FFF204
RGB
CMYK
RGB Variations
Color information
#FFF204 (or 0xFFF204) is known color: Yellow. HEX triplet: FF, F2 and 04. RGB value is (255,242,4). Sum of RGB (Red+Green+Blue) = 255+242+4=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 4 (1.95% from 255 or 0.80% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF204 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF204 is #000DFB. Grayscale: #DBDBDB. Windows color (decimal): -3580 or 324351. OLE color: 324351.
HSL color Cylindrical-coordinate representation of color #FFF204: hue angle of 56.89º 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 #FFF204 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0 |
| HSL | 56.89º | 1% | 0.51% | - |
| HSV(B) | 56.89º | 0.98% | 1% | - |
| XYZ | 73.01 | 84.77 | 12.63 | - |
| YUV | 218.76 | 6.81 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 4 | 0 | 0.05 | 0.98 | 0 | 56.89 | 1 | 0.51 |
| Hex | FF | F2 | 4 | 0 | 5 | 62 | 0 | 39 | 64 | 33 |
| Octal | 377 | 362 | 4 | 0 | 5 | 142 | 0 | 71 | 144 | 63 |
| Binary | 11111111 | 11110010 | 100 | 0 | 101 | 1100010 | 0 | 111001 | 1100100 | 110011 |
Color Harmonies of #FFF204
Complementary color
Monochromatic Colors of #FFF204
Black with #FFF204
Text Example
Text Example
White with #FFF204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF204; }
p { color: rgb(255,242,4); }
H1.HeaderClassName
{
color: #FFF204;
}
.AnyTagClassName
{
color: #FFF204;
}
</style>
background-color css
<style>
a { background-color: #FFF204; }
a { background-color: rgb(255,242,4); }
div.DivClassName
{
background-color: #FFF204;
}
.BgClassName
{
background-color: #FFF204;
}
</style>
border-color css
<style>
span { border-color: #FFF204; }
span { border-color: rgb(255,242,4); }
td.TdClassName
{
border-color: #FFF204;
}
.TagClassName
{
border-color: #FFF204;
}
</style>