Shades of Yellow #FEFB04
Tints of Yellow #FEFB04
RGB
CMYK
RGB Variations
Color information
#FEFB04 (or 0xFEFB04) is known color: Yellow. HEX triplet: FE, FB and 04. RGB value is (254,251,4). Sum of RGB (Red+Green+Blue) = 254+251+4=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 4 (1.95% from 255 or 0.79% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFB04 is #0104FB. Grayscale: #E0E0E0. Windows color (decimal): -66812 or 326654. OLE color: 326654.
HSL color Cylindrical-coordinate representation of color #FEFB04: 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 #FEFB04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.00 |
| HSL | 59.28º | 0.99% | 0.51% | - |
| HSV(B) | 59.28º | 0.98% | 1% | - |
| XYZ | 75.39 | 90.07 | 13.53 | - |
| YUV | 223.74 | 3.99 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 4 | 0 | 0.01 | 0.98 | 0.00 | 59.28 | 0.99 | 0.51 |
| Hex | FE | FB | 4 | 0 | 1 | 62 | 0 | 3B | 63 | 33 |
| Octal | 376 | 373 | 4 | 0 | 1 | 142 | 0 | 73 | 143 | 63 |
| Binary | 11111110 | 11111011 | 100 | 0 | 1 | 1100010 | 0 | 111011 | 1100011 | 110011 |
Color Harmonies of #FEFB04
Complementary color
Monochromatic Colors of #FEFB04
Black with #FEFB04
Text Example
Text Example
White with #FEFB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB04; }
p { color: rgb(254,251,4); }
H1.HeaderClassName
{
color: #FEFB04;
}
.AnyTagClassName
{
color: #FEFB04;
}
</style>
background-color css
<style>
a { background-color: #FEFB04; }
a { background-color: rgb(254,251,4); }
div.DivClassName
{
background-color: #FEFB04;
}
.BgClassName
{
background-color: #FEFB04;
}
</style>
border-color css
<style>
span { border-color: #FEFB04; }
span { border-color: rgb(254,251,4); }
td.TdClassName
{
border-color: #FEFB04;
}
.TagClassName
{
border-color: #FEFB04;
}
</style>