Shades of Yellow #F0F103
Tints of Yellow #F0F103
RGB
CMYK
RGB Variations
Color information
#F0F103 (or 0xF0F103) is known color: Yellow. HEX triplet: F0, F1 and 03. RGB value is (240,241,3). Sum of RGB (Red+Green+Blue) = 240+241+3=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 3 (1.56% from 255 or 0.62% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F103 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F103 is #0F0EFC. Grayscale: #D6D6D6. Windows color (decimal): -986877 or 258544. OLE color: 258544.
HSL color Cylindrical-coordinate representation of color #F0F103: 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 #F0F103 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 3 | - |
| 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.41 | 81.44 | 12.25 | - |
| YUV | 213.57 | 9.17 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 3 | 0.00 | 0 | 0.99 | 0.05 | 60.25 | 0.98 | 0.48 |
| Hex | F0 | F1 | 3 | 0 | 0 | 63 | 5 | 3C | 62 | 30 |
| Octal | 360 | 361 | 3 | 0 | 0 | 143 | 5 | 74 | 142 | 60 |
| Binary | 11110000 | 11110001 | 11 | 0 | 0 | 1100011 | 101 | 111100 | 1100010 | 110000 |
Color Harmonies of #F0F103
Complementary color
Monochromatic Colors of #F0F103
Black with #F0F103
Text Example
Text Example
White with #F0F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F103; }
p { color: rgb(240,241,3); }
H1.HeaderClassName
{
color: #F0F103;
}
.AnyTagClassName
{
color: #F0F103;
}
</style>
background-color css
<style>
a { background-color: #F0F103; }
a { background-color: rgb(240,241,3); }
div.DivClassName
{
background-color: #F0F103;
}
.BgClassName
{
background-color: #F0F103;
}
</style>
border-color css
<style>
span { border-color: #F0F103; }
span { border-color: rgb(240,241,3); }
td.TdClassName
{
border-color: #F0F103;
}
.TagClassName
{
border-color: #F0F103;
}
</style>