Shades of Yellow #F3F205
Tints of Yellow #F3F205
RGB
CMYK
RGB Variations
Color information
#F3F205 (or 0xF3F205) is known color: Yellow. HEX triplet: F3, F2 and 05. RGB value is (243,242,5). Sum of RGB (Red+Green+Blue) = 243+242+5=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 5 (2.34% from 255 or 1.02% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F205 is #0C0DFA. Grayscale: #D8D8D8. Windows color (decimal): -790011 or 389875. OLE color: 389875.
HSL color Cylindrical-coordinate representation of color #F3F205: hue angle of 59.75º degrees, saturation: 0.96, 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 #F3F205 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 5 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.05 |
| HSL | 59.75º | 0.96% | 0.49% | - |
| HSV(B) | 59.75º | 0.98% | 0.95% | - |
| XYZ | 68.74 | 82.57 | 12.46 | - |
| YUV | 215.28 | 9.33 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 5 | 0 | 0.00 | 0.98 | 0.05 | 59.75 | 0.96 | 0.49 |
| Hex | F3 | F2 | 5 | 0 | 0 | 62 | 5 | 3C | 60 | 31 |
| Octal | 363 | 362 | 5 | 0 | 0 | 142 | 5 | 74 | 140 | 61 |
| Binary | 11110011 | 11110010 | 101 | 0 | 0 | 1100010 | 101 | 111100 | 1100000 | 110001 |
Color Harmonies of #F3F205
Complementary color
Monochromatic Colors of #F3F205
Black with #F3F205
Text Example
Text Example
White with #F3F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F205; }
p { color: rgb(243,242,5); }
H1.HeaderClassName
{
color: #F3F205;
}
.AnyTagClassName
{
color: #F3F205;
}
</style>
background-color css
<style>
a { background-color: #F3F205; }
a { background-color: rgb(243,242,5); }
div.DivClassName
{
background-color: #F3F205;
}
.BgClassName
{
background-color: #F3F205;
}
</style>
border-color css
<style>
span { border-color: #F3F205; }
span { border-color: rgb(243,242,5); }
td.TdClassName
{
border-color: #F3F205;
}
.TagClassName
{
border-color: #F3F205;
}
</style>