Shades of Yellow #FEFD13
Tints of Yellow #FEFD13
RGB
CMYK
RGB Variations
Color information
#FEFD13 (or 0xFEFD13) is known color: Yellow. HEX triplet: FE, FD and 13. RGB value is (254,253,19). Sum of RGB (Red+Green+Blue) = 254+253+19=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 19 (7.81% from 255 or 3.61% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD13 is #0102EC. Grayscale: #E3E3E3. Windows color (decimal): -66285 or 1310206. OLE color: 1310206.
HSL color Cylindrical-coordinate representation of color #FEFD13: hue angle of 59.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEFD13 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 19 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.00 |
| HSL | 59.74º | 0.99% | 0.54% | - |
| HSV(B) | 59.74º | 0.93% | 1% | - |
| XYZ | 76.12 | 91.37 | 14.24 | - |
| YUV | 226.62 | 10.83 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 19 | 0 | 0.00 | 0.93 | 0.00 | 59.74 | 0.99 | 0.54 |
| Hex | FE | FD | 13 | 0 | 0 | 5D | 0 | 3C | 63 | 36 |
| Octal | 376 | 375 | 23 | 0 | 0 | 135 | 0 | 74 | 143 | 66 |
| Binary | 11111110 | 11111101 | 10011 | 0 | 0 | 1011101 | 0 | 111100 | 1100011 | 110110 |
Color Harmonies of #FEFD13
Complementary color
Monochromatic Colors of #FEFD13
Black with #FEFD13
Text Example
Text Example
White with #FEFD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD13; }
p { color: rgb(254,253,19); }
H1.HeaderClassName
{
color: #FEFD13;
}
.AnyTagClassName
{
color: #FEFD13;
}
</style>
background-color css
<style>
a { background-color: #FEFD13; }
a { background-color: rgb(254,253,19); }
div.DivClassName
{
background-color: #FEFD13;
}
.BgClassName
{
background-color: #FEFD13;
}
</style>
border-color css
<style>
span { border-color: #FEFD13; }
span { border-color: rgb(254,253,19); }
td.TdClassName
{
border-color: #FEFD13;
}
.TagClassName
{
border-color: #FEFD13;
}
</style>