Shades of Yellow #FEFE0D
Tints of Yellow #FEFE0D
RGB
CMYK
RGB Variations
Color information
#FEFE0D (or 0xFEFE0D) is known color: Yellow. HEX triplet: FE, FE and 0D. RGB value is (254,254,13). Sum of RGB (Red+Green+Blue) = 254+254+13=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 13 (5.47% from 255 or 2.50% from 521); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFE0D is #0101F2. Grayscale: #E3E3E3. Windows color (decimal): -66035 or 917246. OLE color: 917246.
HSL color Cylindrical-coordinate representation of color #FEFE0D: hue angle of 60º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEFE0D is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 13 | - |
| CMYK | 0 | 0 | 0.95 | 0.00 |
| HSL | 60º | 0.99% | 0.52% | - |
| HSV(B) | 60º | 0.95% | 1% | - |
| XYZ | 76.39 | 91.98 | 14.11 | - |
| YUV | 226.53 | 7.5 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 13 | 0 | 0 | 0.95 | 0.00 | 60 | 0.99 | 0.52 |
| Hex | FE | FE | D | 0 | 0 | 5F | 0 | 3C | 63 | 34 |
| Octal | 376 | 376 | 15 | 0 | 0 | 137 | 0 | 74 | 143 | 64 |
| Binary | 11111110 | 11111110 | 1101 | 0 | 0 | 1011111 | 0 | 111100 | 1100011 | 110100 |
Color Harmonies of #FEFE0D
Complementary color
Monochromatic Colors of #FEFE0D
Black with #FEFE0D
Text Example
Text Example
White with #FEFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE0D; }
p { color: rgb(254,254,13); }
H1.HeaderClassName
{
color: #FEFE0D;
}
.AnyTagClassName
{
color: #FEFE0D;
}
</style>
background-color css
<style>
a { background-color: #FEFE0D; }
a { background-color: rgb(254,254,13); }
div.DivClassName
{
background-color: #FEFE0D;
}
.BgClassName
{
background-color: #FEFE0D;
}
</style>
border-color css
<style>
span { border-color: #FEFE0D; }
span { border-color: rgb(254,254,13); }
td.TdClassName
{
border-color: #FEFE0D;
}
.TagClassName
{
border-color: #FEFE0D;
}
</style>