Shades of Yellow #F5F200
Tints of Yellow #F5F200
RGB
CMYK
RGB Variations
Color information
#F5F200 (or 0xF5F200) is known color: Yellow. HEX triplet: F5, F2 and 00. RGB value is (245,242,0). Sum of RGB (Red+Green+Blue) = 245+242+0=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 0 (0.39% from 255 or 0% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F200 is #0A0DFF. Grayscale: #D8D8D8. Windows color (decimal): -658944 or 62197. OLE color: 62197.
HSL color Cylindrical-coordinate representation of color #F5F200: hue angle of 59.27º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5F200 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.04 |
| HSL | 59.27º | 1% | 0.48% | - |
| HSV(B) | 59.27º | 1% | 0.96% | - |
| XYZ | 69.41 | 82.92 | 12.35 | - |
| YUV | 215.31 | 6.49 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 0 | 0 | 0.01 | 1 | 0.04 | 59.27 | 1 | 0.48 |
| Hex | F5 | F2 | 0 | 0 | 1 | 64 | 4 | 3B | 64 | 30 |
| Octal | 365 | 362 | 0 | 0 | 1 | 144 | 4 | 73 | 144 | 60 |
| Binary | 11110101 | 11110010 | 0 | 0 | 1 | 1100100 | 100 | 111011 | 1100100 | 110000 |
Color Harmonies of #F5F200
Complementary color
Monochromatic Colors of #F5F200
Black with #F5F200
Text Example
Text Example
White with #F5F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F200; }
p { color: rgb(245,242,0); }
H1.HeaderClassName
{
color: #F5F200;
}
.AnyTagClassName
{
color: #F5F200;
}
</style>
background-color css
<style>
a { background-color: #F5F200; }
a { background-color: rgb(245,242,0); }
div.DivClassName
{
background-color: #F5F200;
}
.BgClassName
{
background-color: #F5F200;
}
</style>
border-color css
<style>
span { border-color: #F5F200; }
span { border-color: rgb(245,242,0); }
td.TdClassName
{
border-color: #F5F200;
}
.TagClassName
{
border-color: #F5F200;
}
</style>