Shades of Yellow #FEF80B
Tints of Yellow #FEF80B
RGB
CMYK
RGB Variations
Color information
#FEF80B (or 0xFEF80B) is known color: Yellow. HEX triplet: FE, F8 and 0B. RGB value is (254,248,11). Sum of RGB (Red+Green+Blue) = 254+248+11=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 11 (4.69% from 255 or 2.14% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF80B is #0107F4. Grayscale: #DFDFDF. Windows color (decimal): -67573 or 784638. OLE color: 784638.
HSL color Cylindrical-coordinate representation of color #FEF80B: hue angle of 58.52º 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 #FEF80B is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 11 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.00 |
| HSL | 58.52º | 0.99% | 0.52% | - |
| HSV(B) | 58.52º | 0.96% | 1% | - |
| XYZ | 74.5 | 88.23 | 13.42 | - |
| YUV | 222.78 | 8.49 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 11 | 0 | 0.02 | 0.96 | 0.00 | 58.52 | 0.99 | 0.52 |
| Hex | FE | F8 | B | 0 | 2 | 60 | 0 | 3B | 63 | 34 |
| Octal | 376 | 370 | 13 | 0 | 2 | 140 | 0 | 73 | 143 | 64 |
| Binary | 11111110 | 11111000 | 1011 | 0 | 10 | 1100000 | 0 | 111011 | 1100011 | 110100 |
Color Harmonies of #FEF80B
Complementary color
Monochromatic Colors of #FEF80B
Black with #FEF80B
Text Example
Text Example
White with #FEF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF80B; }
p { color: rgb(254,248,11); }
H1.HeaderClassName
{
color: #FEF80B;
}
.AnyTagClassName
{
color: #FEF80B;
}
</style>
background-color css
<style>
a { background-color: #FEF80B; }
a { background-color: rgb(254,248,11); }
div.DivClassName
{
background-color: #FEF80B;
}
.BgClassName
{
background-color: #FEF80B;
}
</style>
border-color css
<style>
span { border-color: #FEF80B; }
span { border-color: rgb(254,248,11); }
td.TdClassName
{
border-color: #FEF80B;
}
.TagClassName
{
border-color: #FEF80B;
}
</style>