Shades of Yellow #FDFF18
Tints of Yellow #FDFF18
RGB
CMYK
RGB Variations
Color information
#FDFF18 (or 0xFDFF18) is known color: Yellow. HEX triplet: FD, FF and 18. RGB value is (253,255,24). Sum of RGB (Red+Green+Blue) = 253+255+24=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 24 (9.77% from 255 or 4.51% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF18 is #0200E7. Grayscale: #E4E4E4. Windows color (decimal): -131304 or 1638397. OLE color: 1638397.
HSL color Cylindrical-coordinate representation of color #FDFF18: hue angle of 60.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDFF18 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 24 | - |
| CMYK | 0.01 | 0 | 0.91 | 0 |
| HSL | 60.52º | 1% | 0.55% | - |
| HSV(B) | 60.52º | 0.91% | 1% | - |
| XYZ | 76.43 | 92.47 | 14.68 | - |
| YUV | 228.07 | 12.84 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 24 | 0.01 | 0 | 0.91 | 0 | 60.52 | 1 | 0.55 |
| Hex | FD | FF | 18 | 1 | 0 | 5B | 0 | 3D | 64 | 37 |
| Octal | 375 | 377 | 30 | 1 | 0 | 133 | 0 | 75 | 144 | 67 |
| Binary | 11111101 | 11111111 | 11000 | 1 | 0 | 1011011 | 0 | 111101 | 1100100 | 110111 |
Color Harmonies of #FDFF18
Complementary color
Monochromatic Colors of #FDFF18
Black with #FDFF18
Text Example
Text Example
White with #FDFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF18; }
p { color: rgb(253,255,24); }
H1.HeaderClassName
{
color: #FDFF18;
}
.AnyTagClassName
{
color: #FDFF18;
}
</style>
background-color css
<style>
a { background-color: #FDFF18; }
a { background-color: rgb(253,255,24); }
div.DivClassName
{
background-color: #FDFF18;
}
.BgClassName
{
background-color: #FDFF18;
}
</style>
border-color css
<style>
span { border-color: #FDFF18; }
span { border-color: rgb(253,255,24); }
td.TdClassName
{
border-color: #FDFF18;
}
.TagClassName
{
border-color: #FDFF18;
}
</style>