Shades of Yellow #FEFD12
Tints of Yellow #FEFD12
RGB
CMYK
RGB Variations
Color information
#FEFD12 (or 0xFEFD12) is known color: Yellow. HEX triplet: FE, FD and 12. RGB value is (254,253,18). Sum of RGB (Red+Green+Blue) = 254+253+18=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 18 (7.42% from 255 or 3.43% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD12 is #0102ED. Grayscale: #E3E3E3. Windows color (decimal): -66286 or 1244670. OLE color: 1244670.
HSL color Cylindrical-coordinate representation of color #FEFD12: hue angle of 59.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEFD12 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 18 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.00 |
| HSL | 59.75º | 0.99% | 0.53% | - |
| HSV(B) | 59.75º | 0.93% | 1% | - |
| XYZ | 76.11 | 91.37 | 14.2 | - |
| YUV | 226.51 | 10.33 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 18 | 0 | 0.00 | 0.93 | 0.00 | 59.75 | 0.99 | 0.53 |
| Hex | FE | FD | 12 | 0 | 0 | 5D | 0 | 3C | 63 | 35 |
| Octal | 376 | 375 | 22 | 0 | 0 | 135 | 0 | 74 | 143 | 65 |
| Binary | 11111110 | 11111101 | 10010 | 0 | 0 | 1011101 | 0 | 111100 | 1100011 | 110101 |
Color Harmonies of #FEFD12
Complementary color
Monochromatic Colors of #FEFD12
Black with #FEFD12
Text Example
Text Example
White with #FEFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD12; }
p { color: rgb(254,253,18); }
H1.HeaderClassName
{
color: #FEFD12;
}
.AnyTagClassName
{
color: #FEFD12;
}
</style>
background-color css
<style>
a { background-color: #FEFD12; }
a { background-color: rgb(254,253,18); }
div.DivClassName
{
background-color: #FEFD12;
}
.BgClassName
{
background-color: #FEFD12;
}
</style>
border-color css
<style>
span { border-color: #FEFD12; }
span { border-color: rgb(254,253,18); }
td.TdClassName
{
border-color: #FEFD12;
}
.TagClassName
{
border-color: #FEFD12;
}
</style>