Shades of Yellow #FEF90B
Tints of Yellow #FEF90B
RGB
CMYK
RGB Variations
Color information
#FEF90B (or 0xFEF90B) is known color: Yellow. HEX triplet: FE, F9 and 0B. RGB value is (254,249,11). Sum of RGB (Red+Green+Blue) = 254+249+11=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 11 (4.69% from 255 or 2.14% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF90B is #0106F4. Grayscale: #E0E0E0. Windows color (decimal): -67317 or 784894. OLE color: 784894.
HSL color Cylindrical-coordinate representation of color #FEF90B: hue angle of 58.77º 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 #FEF90B is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 11 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.00 |
| HSL | 58.77º | 0.99% | 0.52% | - |
| HSV(B) | 58.77º | 0.96% | 1% | - |
| XYZ | 74.81 | 88.85 | 13.52 | - |
| YUV | 223.36 | 8.16 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 11 | 0 | 0.02 | 0.96 | 0.00 | 58.77 | 0.99 | 0.52 |
| Hex | FE | F9 | B | 0 | 2 | 60 | 0 | 3B | 63 | 34 |
| Octal | 376 | 371 | 13 | 0 | 2 | 140 | 0 | 73 | 143 | 64 |
| Binary | 11111110 | 11111001 | 1011 | 0 | 10 | 1100000 | 0 | 111011 | 1100011 | 110100 |
Color Harmonies of #FEF90B
Complementary color
Monochromatic Colors of #FEF90B
Black with #FEF90B
Text Example
Text Example
White with #FEF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF90B; }
p { color: rgb(254,249,11); }
H1.HeaderClassName
{
color: #FEF90B;
}
.AnyTagClassName
{
color: #FEF90B;
}
</style>
background-color css
<style>
a { background-color: #FEF90B; }
a { background-color: rgb(254,249,11); }
div.DivClassName
{
background-color: #FEF90B;
}
.BgClassName
{
background-color: #FEF90B;
}
</style>
border-color css
<style>
span { border-color: #FEF90B; }
span { border-color: rgb(254,249,11); }
td.TdClassName
{
border-color: #FEF90B;
}
.TagClassName
{
border-color: #FEF90B;
}
</style>