Shades of Yellow #F2FC0B
Tints of Yellow #F2FC0B
RGB
CMYK
RGB Variations
Color information
#F2FC0B (or 0xF2FC0B) is known color: Yellow. HEX triplet: F2, FC and 0B. RGB value is (242,252,11). Sum of RGB (Red+Green+Blue) = 242+252+11=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 11 (4.69% from 255 or 2.18% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FC0B is #0D03F4. Grayscale: #DEDEDE. Windows color (decimal): -852981 or 785650. OLE color: 785650.
HSL color Cylindrical-coordinate representation of color #F2FC0B: hue angle of 62.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2FC0B is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 11 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.01 |
| HSL | 62.49º | 0.98% | 0.52% | - |
| HSV(B) | 62.49º | 0.96% | 0.99% | - |
| XYZ | 71.49 | 88.52 | 13.64 | - |
| YUV | 221.54 | 9.19 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 11 | 0.04 | 0 | 0.96 | 0.01 | 62.49 | 0.98 | 0.52 |
| Hex | F2 | FC | B | 4 | 0 | 60 | 1 | 3E | 62 | 34 |
| Octal | 362 | 374 | 13 | 4 | 0 | 140 | 1 | 76 | 142 | 64 |
| Binary | 11110010 | 11111100 | 1011 | 100 | 0 | 1100000 | 1 | 111110 | 1100010 | 110100 |
Color Harmonies of #F2FC0B
Complementary color
Monochromatic Colors of #F2FC0B
Black with #F2FC0B
Text Example
Text Example
White with #F2FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC0B; }
p { color: rgb(242,252,11); }
H1.HeaderClassName
{
color: #F2FC0B;
}
.AnyTagClassName
{
color: #F2FC0B;
}
</style>
background-color css
<style>
a { background-color: #F2FC0B; }
a { background-color: rgb(242,252,11); }
div.DivClassName
{
background-color: #F2FC0B;
}
.BgClassName
{
background-color: #F2FC0B;
}
</style>
border-color css
<style>
span { border-color: #F2FC0B; }
span { border-color: rgb(242,252,11); }
td.TdClassName
{
border-color: #F2FC0B;
}
.TagClassName
{
border-color: #F2FC0B;
}
</style>