Shades of Yellow #F0F102
Tints of Yellow #F0F102
RGB
CMYK
RGB Variations
Color information
#F0F102 (or 0xF0F102) is known color: Yellow. HEX triplet: F0, F1 and 02. RGB value is (240,241,2). Sum of RGB (Red+Green+Blue) = 240+241+2=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F102 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F102 is #0F0EFD. Grayscale: #D6D6D6. Windows color (decimal): -986878 or 193008. OLE color: 193008.
HSL color Cylindrical-coordinate representation of color #F0F102: hue angle of 60.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0F102 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 2 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.05 |
| HSL | 60.25º | 0.98% | 0.48% | - |
| HSV(B) | 60.25º | 0.99% | 0.95% | - |
| XYZ | 67.4 | 81.44 | 12.22 | - |
| YUV | 213.46 | 8.67 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 2 | 0.00 | 0 | 0.99 | 0.05 | 60.25 | 0.98 | 0.48 |
| Hex | F0 | F1 | 2 | 0 | 0 | 63 | 5 | 3C | 62 | 30 |
| Octal | 360 | 361 | 2 | 0 | 0 | 143 | 5 | 74 | 142 | 60 |
| Binary | 11110000 | 11110001 | 10 | 0 | 0 | 1100011 | 101 | 111100 | 1100010 | 110000 |
Color Harmonies of #F0F102
Complementary color
Monochromatic Colors of #F0F102
Black with #F0F102
Text Example
Text Example
White with #F0F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F102; }
p { color: rgb(240,241,2); }
H1.HeaderClassName
{
color: #F0F102;
}
.AnyTagClassName
{
color: #F0F102;
}
</style>
background-color css
<style>
a { background-color: #F0F102; }
a { background-color: rgb(240,241,2); }
div.DivClassName
{
background-color: #F0F102;
}
.BgClassName
{
background-color: #F0F102;
}
</style>
border-color css
<style>
span { border-color: #F0F102; }
span { border-color: rgb(240,241,2); }
td.TdClassName
{
border-color: #F0F102;
}
.TagClassName
{
border-color: #F0F102;
}
</style>