Shades of Yellow #F5F902
Tints of Yellow #F5F902
RGB
CMYK
RGB Variations
Color information
#F5F902 (or 0xF5F902) is known color: Yellow. HEX triplet: F5, F9 and 02. RGB value is (245,249,2). Sum of RGB (Red+Green+Blue) = 245+249+2=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 2 (1.17% from 255 or 0.40% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F902 is #0A06FD. Grayscale: #DCDCDC. Windows color (decimal): -657150 or 195061. OLE color: 195061.
HSL color Cylindrical-coordinate representation of color #F5F902: hue angle of 60.97º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5F902 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 249 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.02 |
| HSL | 60.97º | 0.98% | 0.49% | - |
| HSV(B) | 60.97º | 0.99% | 0.98% | - |
| XYZ | 71.54 | 87.17 | 13.11 | - |
| YUV | 219.65 | 5.17 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 249 | 2 | 0.02 | 0 | 0.99 | 0.02 | 60.97 | 0.98 | 0.49 |
| Hex | F5 | F9 | 2 | 2 | 0 | 63 | 2 | 3D | 62 | 31 |
| Octal | 365 | 371 | 2 | 2 | 0 | 143 | 2 | 75 | 142 | 61 |
| Binary | 11110101 | 11111001 | 10 | 10 | 0 | 1100011 | 10 | 111101 | 1100010 | 110001 |
Color Harmonies of #F5F902
Complementary color
Monochromatic Colors of #F5F902
Black with #F5F902
Text Example
Text Example
White with #F5F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F902; }
p { color: rgb(245,249,2); }
H1.HeaderClassName
{
color: #F5F902;
}
.AnyTagClassName
{
color: #F5F902;
}
</style>
background-color css
<style>
a { background-color: #F5F902; }
a { background-color: rgb(245,249,2); }
div.DivClassName
{
background-color: #F5F902;
}
.BgClassName
{
background-color: #F5F902;
}
</style>
border-color css
<style>
span { border-color: #F5F902; }
span { border-color: rgb(245,249,2); }
td.TdClassName
{
border-color: #F5F902;
}
.TagClassName
{
border-color: #F5F902;
}
</style>