Shades of Yellow #FEF506
Tints of Yellow #FEF506
RGB
CMYK
RGB Variations
Color information
#FEF506 (or 0xFEF506) is known color: Yellow. HEX triplet: FE, F5 and 06. RGB value is (254,245,6). Sum of RGB (Red+Green+Blue) = 254+245+6=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 6 (2.73% from 255 or 1.19% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF506 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF506 is #010AF9. Grayscale: #DDDDDD. Windows color (decimal): -68346 or 456190. OLE color: 456190.
HSL color Cylindrical-coordinate representation of color #FEF506: hue angle of 57.82º 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 #FEF506 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 6 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.00 |
| HSL | 57.82º | 0.99% | 0.51% | - |
| HSV(B) | 57.82º | 0.98% | 1% | - |
| XYZ | 73.56 | 86.39 | 12.97 | - |
| YUV | 220.45 | 6.98 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 6 | 0 | 0.04 | 0.98 | 0.00 | 57.82 | 0.99 | 0.51 |
| Hex | FE | F5 | 6 | 0 | 4 | 62 | 0 | 3A | 63 | 33 |
| Octal | 376 | 365 | 6 | 0 | 4 | 142 | 0 | 72 | 143 | 63 |
| Binary | 11111110 | 11110101 | 110 | 0 | 100 | 1100010 | 0 | 111010 | 1100011 | 110011 |
Color Harmonies of #FEF506
Complementary color
Monochromatic Colors of #FEF506
Black with #FEF506
Text Example
Text Example
White with #FEF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF506; }
p { color: rgb(254,245,6); }
H1.HeaderClassName
{
color: #FEF506;
}
.AnyTagClassName
{
color: #FEF506;
}
</style>
background-color css
<style>
a { background-color: #FEF506; }
a { background-color: rgb(254,245,6); }
div.DivClassName
{
background-color: #FEF506;
}
.BgClassName
{
background-color: #FEF506;
}
</style>
border-color css
<style>
span { border-color: #FEF506; }
span { border-color: rgb(254,245,6); }
td.TdClassName
{
border-color: #FEF506;
}
.TagClassName
{
border-color: #FEF506;
}
</style>