Shades of Yellow #F2F101
Tints of Yellow #F2F101
RGB
CMYK
RGB Variations
Color information
#F2F101 (or 0xF2F101) is known color: Yellow. HEX triplet: F2, F1 and 01. RGB value is (242,241,1). Sum of RGB (Red+Green+Blue) = 242+241+1=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 1 (0.78% from 255 or 0.21% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F101 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F101 is #0D0EFE. Grayscale: #D6D6D6. Windows color (decimal): -855807 or 127474. OLE color: 127474.
HSL color Cylindrical-coordinate representation of color #F2F101: hue angle of 59.75º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2F101 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.05 |
| HSL | 59.75º | 0.99% | 0.48% | - |
| HSV(B) | 59.75º | 1% | 0.95% | - |
| XYZ | 68.08 | 81.79 | 12.23 | - |
| YUV | 213.94 | 7.83 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 1 | 0 | 0.00 | 1.00 | 0.05 | 59.75 | 0.99 | 0.48 |
| Hex | F2 | F1 | 1 | 0 | 0 | 64 | 5 | 3C | 63 | 30 |
| Octal | 362 | 361 | 1 | 0 | 0 | 144 | 5 | 74 | 143 | 60 |
| Binary | 11110010 | 11110001 | 1 | 0 | 0 | 1100100 | 101 | 111100 | 1100011 | 110000 |
Color Harmonies of #F2F101
Complementary color
Monochromatic Colors of #F2F101
Black with #F2F101
Text Example
Text Example
White with #F2F101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F101; }
p { color: rgb(242,241,1); }
H1.HeaderClassName
{
color: #F2F101;
}
.AnyTagClassName
{
color: #F2F101;
}
</style>
background-color css
<style>
a { background-color: #F2F101; }
a { background-color: rgb(242,241,1); }
div.DivClassName
{
background-color: #F2F101;
}
.BgClassName
{
background-color: #F2F101;
}
</style>
border-color css
<style>
span { border-color: #F2F101; }
span { border-color: rgb(242,241,1); }
td.TdClassName
{
border-color: #F2F101;
}
.TagClassName
{
border-color: #F2F101;
}
</style>