Shades of Yellow #FEF60A
Tints of Yellow #FEF60A
RGB
CMYK
RGB Variations
Color information
#FEF60A (or 0xFEF60A) is known color: Yellow. HEX triplet: FE, F6 and 0A. RGB value is (254,246,10). Sum of RGB (Red+Green+Blue) = 254+246+10=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 10 (4.30% from 255 or 1.96% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF60A is #0109F5. Grayscale: #DEDEDE. Windows color (decimal): -68086 or 718590. OLE color: 718590.
HSL color Cylindrical-coordinate representation of color #FEF60A: hue angle of 58.03º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEF60A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.00 |
| HSL | 58.03º | 0.99% | 0.52% | - |
| HSV(B) | 58.03º | 0.96% | 1% | - |
| XYZ | 73.88 | 87 | 13.19 | - |
| YUV | 221.49 | 8.65 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 10 | 0 | 0.03 | 0.96 | 0.00 | 58.03 | 0.99 | 0.52 |
| Hex | FE | F6 | A | 0 | 3 | 60 | 0 | 3A | 63 | 34 |
| Octal | 376 | 366 | 12 | 0 | 3 | 140 | 0 | 72 | 143 | 64 |
| Binary | 11111110 | 11110110 | 1010 | 0 | 11 | 1100000 | 0 | 111010 | 1100011 | 110100 |
Color Harmonies of #FEF60A
Complementary color
Monochromatic Colors of #FEF60A
Black with #FEF60A
Text Example
Text Example
White with #FEF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF60A; }
p { color: rgb(254,246,10); }
H1.HeaderClassName
{
color: #FEF60A;
}
.AnyTagClassName
{
color: #FEF60A;
}
</style>
background-color css
<style>
a { background-color: #FEF60A; }
a { background-color: rgb(254,246,10); }
div.DivClassName
{
background-color: #FEF60A;
}
.BgClassName
{
background-color: #FEF60A;
}
</style>
border-color css
<style>
span { border-color: #FEF60A; }
span { border-color: rgb(254,246,10); }
td.TdClassName
{
border-color: #FEF60A;
}
.TagClassName
{
border-color: #FEF60A;
}
</style>