Shades of Yellow #F2F306
Tints of Yellow #F2F306
RGB
CMYK
RGB Variations
Color information
#F2F306 (or 0xF2F306) is known color: Yellow. HEX triplet: F2, F3 and 06. RGB value is (242,243,6). Sum of RGB (Red+Green+Blue) = 242+243+6=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 6 (2.73% from 255 or 1.22% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F306 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F306 is #0D0CF9. Grayscale: #D8D8D8. Windows color (decimal): -855290 or 455666. OLE color: 455666.
HSL color Cylindrical-coordinate representation of color #F2F306: hue angle of 60.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2F306 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 6 | - |
| CMYK | 0.00 | 0 | 0.98 | 0.05 |
| HSL | 60.25º | 0.95% | 0.49% | - |
| HSV(B) | 60.25º | 0.98% | 0.95% | - |
| XYZ | 68.7 | 82.99 | 12.57 | - |
| YUV | 215.68 | 9.67 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 6 | 0.00 | 0 | 0.98 | 0.05 | 60.25 | 0.95 | 0.49 |
| Hex | F2 | F3 | 6 | 0 | 0 | 62 | 5 | 3C | 5F | 31 |
| Octal | 362 | 363 | 6 | 0 | 0 | 142 | 5 | 74 | 137 | 61 |
| Binary | 11110010 | 11110011 | 110 | 0 | 0 | 1100010 | 101 | 111100 | 1011111 | 110001 |
Color Harmonies of #F2F306
Complementary color
Monochromatic Colors of #F2F306
Black with #F2F306
Text Example
Text Example
White with #F2F306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F306; }
p { color: rgb(242,243,6); }
H1.HeaderClassName
{
color: #F2F306;
}
.AnyTagClassName
{
color: #F2F306;
}
</style>
background-color css
<style>
a { background-color: #F2F306; }
a { background-color: rgb(242,243,6); }
div.DivClassName
{
background-color: #F2F306;
}
.BgClassName
{
background-color: #F2F306;
}
</style>
border-color css
<style>
span { border-color: #F2F306; }
span { border-color: rgb(242,243,6); }
td.TdClassName
{
border-color: #F2F306;
}
.TagClassName
{
border-color: #F2F306;
}
</style>