Shades of Yellow #F5FE0B
Tints of Yellow #F5FE0B
RGB
CMYK
RGB Variations
Color information
#F5FE0B (or 0xF5FE0B) is known color: Yellow. HEX triplet: F5, FE and 0B. RGB value is (245,254,11). Sum of RGB (Red+Green+Blue) = 245+254+11=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 11 (4.69% from 255 or 2.16% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FE0B is #0A01F4. Grayscale: #E0E0E0. Windows color (decimal): -655861 or 786165. OLE color: 786165.
HSL color Cylindrical-coordinate representation of color #F5FE0B: hue angle of 62.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5FE0B is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 11 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.00 |
| HSL | 62.22º | 0.99% | 0.52% | - |
| HSV(B) | 62.22º | 0.96% | 1% | - |
| XYZ | 73.16 | 90.32 | 13.89 | - |
| YUV | 223.61 | 8.02 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 11 | 0.04 | 0 | 0.96 | 0.00 | 62.22 | 0.99 | 0.52 |
| Hex | F5 | FE | B | 4 | 0 | 60 | 0 | 3E | 63 | 34 |
| Octal | 365 | 376 | 13 | 4 | 0 | 140 | 0 | 76 | 143 | 64 |
| Binary | 11110101 | 11111110 | 1011 | 100 | 0 | 1100000 | 0 | 111110 | 1100011 | 110100 |
Color Harmonies of #F5FE0B
Complementary color
Monochromatic Colors of #F5FE0B
Black with #F5FE0B
Text Example
Text Example
White with #F5FE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE0B; }
p { color: rgb(245,254,11); }
H1.HeaderClassName
{
color: #F5FE0B;
}
.AnyTagClassName
{
color: #F5FE0B;
}
</style>
background-color css
<style>
a { background-color: #F5FE0B; }
a { background-color: rgb(245,254,11); }
div.DivClassName
{
background-color: #F5FE0B;
}
.BgClassName
{
background-color: #F5FE0B;
}
</style>
border-color css
<style>
span { border-color: #F5FE0B; }
span { border-color: rgb(245,254,11); }
td.TdClassName
{
border-color: #F5FE0B;
}
.TagClassName
{
border-color: #F5FE0B;
}
</style>