Shades of Yellow #FDFF0E
Tints of Yellow #FDFF0E
RGB
CMYK
RGB Variations
Color information
#FDFF0E (or 0xFDFF0E) is known color: Yellow. HEX triplet: FD, FF and 0E. RGB value is (253,255,14). Sum of RGB (Red+Green+Blue) = 253+255+14=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 14 (5.86% from 255 or 2.68% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF0E is #0200F1. Grayscale: #E3E3E3. Windows color (decimal): -131314 or 983037. OLE color: 983037.
HSL color Cylindrical-coordinate representation of color #FDFF0E: hue angle of 60.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDFF0E is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 14 | - |
| CMYK | 0.01 | 0 | 0.95 | 0 |
| HSL | 60.5º | 1% | 0.53% | - |
| HSV(B) | 60.5º | 0.95% | 1% | - |
| XYZ | 76.35 | 92.43 | 14.23 | - |
| YUV | 226.93 | 7.84 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 14 | 0.01 | 0 | 0.95 | 0 | 60.5 | 1 | 0.53 |
| Hex | FD | FF | E | 1 | 0 | 5F | 0 | 3C | 64 | 35 |
| Octal | 375 | 377 | 16 | 1 | 0 | 137 | 0 | 74 | 144 | 65 |
| Binary | 11111101 | 11111111 | 1110 | 1 | 0 | 1011111 | 0 | 111100 | 1100100 | 110101 |
Color Harmonies of #FDFF0E
Complementary color
Monochromatic Colors of #FDFF0E
Black with #FDFF0E
Text Example
Text Example
White with #FDFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF0E; }
p { color: rgb(253,255,14); }
H1.HeaderClassName
{
color: #FDFF0E;
}
.AnyTagClassName
{
color: #FDFF0E;
}
</style>
background-color css
<style>
a { background-color: #FDFF0E; }
a { background-color: rgb(253,255,14); }
div.DivClassName
{
background-color: #FDFF0E;
}
.BgClassName
{
background-color: #FDFF0E;
}
</style>
border-color css
<style>
span { border-color: #FDFF0E; }
span { border-color: rgb(253,255,14); }
td.TdClassName
{
border-color: #FDFF0E;
}
.TagClassName
{
border-color: #FDFF0E;
}
</style>