Shades of Yellow #FEFB05
Tints of Yellow #FEFB05
RGB
CMYK
RGB Variations
Color information
#FEFB05 (or 0xFEFB05) is known color: Yellow. HEX triplet: FE, FB and 05. RGB value is (254,251,5). Sum of RGB (Red+Green+Blue) = 254+251+5=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 5 (2.34% from 255 or 0.98% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFB05 is #0104FA. Grayscale: #E0E0E0. Windows color (decimal): -66811 or 392190. OLE color: 392190.
HSL color Cylindrical-coordinate representation of color #FEFB05: hue angle of 59.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEFB05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.00 |
| HSL | 59.28º | 0.99% | 0.51% | - |
| HSV(B) | 59.28º | 0.98% | 1% | - |
| XYZ | 75.4 | 90.08 | 13.56 | - |
| YUV | 223.85 | 4.49 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 5 | 0 | 0.01 | 0.98 | 0.00 | 59.28 | 0.99 | 0.51 |
| Hex | FE | FB | 5 | 0 | 1 | 62 | 0 | 3B | 63 | 33 |
| Octal | 376 | 373 | 5 | 0 | 1 | 142 | 0 | 73 | 143 | 63 |
| Binary | 11111110 | 11111011 | 101 | 0 | 1 | 1100010 | 0 | 111011 | 1100011 | 110011 |
Color Harmonies of #FEFB05
Complementary color
Monochromatic Colors of #FEFB05
Black with #FEFB05
Text Example
Text Example
White with #FEFB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB05; }
p { color: rgb(254,251,5); }
H1.HeaderClassName
{
color: #FEFB05;
}
.AnyTagClassName
{
color: #FEFB05;
}
</style>
background-color css
<style>
a { background-color: #FEFB05; }
a { background-color: rgb(254,251,5); }
div.DivClassName
{
background-color: #FEFB05;
}
.BgClassName
{
background-color: #FEFB05;
}
</style>
border-color css
<style>
span { border-color: #FEFB05; }
span { border-color: rgb(254,251,5); }
td.TdClassName
{
border-color: #FEFB05;
}
.TagClassName
{
border-color: #FEFB05;
}
</style>