Shades of Yellow #F4F205
Tints of Yellow #F4F205
RGB
CMYK
RGB Variations
Color information
#F4F205 (or 0xF4F205) is known color: Yellow. HEX triplet: F4, F2 and 05. RGB value is (244,242,5). Sum of RGB (Red+Green+Blue) = 244+242+5=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 5 (2.34% from 255 or 1.02% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F205 is #0B0DFA. Grayscale: #D8D8D8. Windows color (decimal): -724475 or 389876. OLE color: 389876.
HSL color Cylindrical-coordinate representation of color #F4F205: hue angle of 59.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4F205 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.04 |
| HSL | 59.5º | 0.96% | 0.49% | - |
| HSV(B) | 59.5º | 0.98% | 0.96% | - |
| XYZ | 69.09 | 82.75 | 12.47 | - |
| YUV | 215.58 | 9.16 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 5 | 0 | 0.01 | 0.98 | 0.04 | 59.5 | 0.96 | 0.49 |
| Hex | F4 | F2 | 5 | 0 | 1 | 62 | 4 | 3B | 60 | 31 |
| Octal | 364 | 362 | 5 | 0 | 1 | 142 | 4 | 73 | 140 | 61 |
| Binary | 11110100 | 11110010 | 101 | 0 | 1 | 1100010 | 100 | 111011 | 1100000 | 110001 |
Color Harmonies of #F4F205
Complementary color
Monochromatic Colors of #F4F205
Black with #F4F205
Text Example
Text Example
White with #F4F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F205; }
p { color: rgb(244,242,5); }
H1.HeaderClassName
{
color: #F4F205;
}
.AnyTagClassName
{
color: #F4F205;
}
</style>
background-color css
<style>
a { background-color: #F4F205; }
a { background-color: rgb(244,242,5); }
div.DivClassName
{
background-color: #F4F205;
}
.BgClassName
{
background-color: #F4F205;
}
</style>
border-color css
<style>
span { border-color: #F4F205; }
span { border-color: rgb(244,242,5); }
td.TdClassName
{
border-color: #F4F205;
}
.TagClassName
{
border-color: #F4F205;
}
</style>