Shades of Yellow #FFFE0A
Tints of Yellow #FFFE0A
RGB
CMYK
RGB Variations
Color information
#FFFE0A (or 0xFFFE0A) is known color: Yellow. HEX triplet: FF, FE and 0A. RGB value is (255,254,10). Sum of RGB (Red+Green+Blue) = 255+254+10=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 10 (4.30% from 255 or 1.93% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFE0A is #0001F5. Grayscale: #E3E3E3. Windows color (decimal): -502 or 720639. OLE color: 720639.
HSL color Cylindrical-coordinate representation of color #FFFE0A: hue angle of 59.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFFE0A is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 10 | - |
| CMYK | 0 | 0.00 | 0.96 | 0 |
| HSL | 59.76º | 1% | 0.52% | - |
| HSV(B) | 59.76º | 0.96% | 1% | - |
| XYZ | 76.74 | 92.17 | 14.03 | - |
| YUV | 226.48 | 5.83 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 10 | 0 | 0.00 | 0.96 | 0 | 59.76 | 1 | 0.52 |
| Hex | FF | FE | A | 0 | 0 | 60 | 0 | 3C | 64 | 34 |
| Octal | 377 | 376 | 12 | 0 | 0 | 140 | 0 | 74 | 144 | 64 |
| Binary | 11111111 | 11111110 | 1010 | 0 | 0 | 1100000 | 0 | 111100 | 1100100 | 110100 |
Color Harmonies of #FFFE0A
Complementary color
Monochromatic Colors of #FFFE0A
Black with #FFFE0A
Text Example
Text Example
White with #FFFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE0A; }
p { color: rgb(255,254,10); }
H1.HeaderClassName
{
color: #FFFE0A;
}
.AnyTagClassName
{
color: #FFFE0A;
}
</style>
background-color css
<style>
a { background-color: #FFFE0A; }
a { background-color: rgb(255,254,10); }
div.DivClassName
{
background-color: #FFFE0A;
}
.BgClassName
{
background-color: #FFFE0A;
}
</style>
border-color css
<style>
span { border-color: #FFFE0A; }
span { border-color: rgb(255,254,10); }
td.TdClassName
{
border-color: #FFFE0A;
}
.TagClassName
{
border-color: #FFFE0A;
}
</style>