Shades of Yellow #F3F202
Tints of Yellow #F3F202
RGB
CMYK
RGB Variations
Color information
#F3F202 (or 0xF3F202) is known color: Yellow. HEX triplet: F3, F2 and 02. RGB value is (243,242,2). Sum of RGB (Red+Green+Blue) = 243+242+2=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 2 (1.17% from 255 or 0.41% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F202 is #0C0DFD. Grayscale: #D7D7D7. Windows color (decimal): -790014 or 193267. OLE color: 193267.
HSL color Cylindrical-coordinate representation of color #F3F202: hue angle of 59.75º 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 #F3F202 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.05 |
| HSL | 59.75º | 0.98% | 0.48% | - |
| HSV(B) | 59.75º | 0.99% | 0.95% | - |
| XYZ | 68.73 | 82.56 | 12.37 | - |
| YUV | 214.94 | 7.83 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 2 | 0 | 0.00 | 0.99 | 0.05 | 59.75 | 0.98 | 0.48 |
| Hex | F3 | F2 | 2 | 0 | 0 | 63 | 5 | 3C | 62 | 30 |
| Octal | 363 | 362 | 2 | 0 | 0 | 143 | 5 | 74 | 142 | 60 |
| Binary | 11110011 | 11110010 | 10 | 0 | 0 | 1100011 | 101 | 111100 | 1100010 | 110000 |
Color Harmonies of #F3F202
Complementary color
Monochromatic Colors of #F3F202
Black with #F3F202
Text Example
Text Example
White with #F3F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F202; }
p { color: rgb(243,242,2); }
H1.HeaderClassName
{
color: #F3F202;
}
.AnyTagClassName
{
color: #F3F202;
}
</style>
background-color css
<style>
a { background-color: #F3F202; }
a { background-color: rgb(243,242,2); }
div.DivClassName
{
background-color: #F3F202;
}
.BgClassName
{
background-color: #F3F202;
}
</style>
border-color css
<style>
span { border-color: #F3F202; }
span { border-color: rgb(243,242,2); }
td.TdClassName
{
border-color: #F3F202;
}
.TagClassName
{
border-color: #F3F202;
}
</style>