Shades of Yellow #FFFF18
Tints of Yellow #FFFF18
RGB
CMYK
RGB Variations
Color information
#FFFF18 (or 0xFFFF18) is known color: Yellow. HEX triplet: FF, FF and 18. RGB value is (255,255,24). Sum of RGB (Red+Green+Blue) = 255+255+24=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 24 (9.77% from 255 or 4.49% from 534); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFF18 is #0000E7. Grayscale: #E5E5E5. Windows color (decimal): -232 or 1638399. OLE color: 1638399.
HSL color Cylindrical-coordinate representation of color #FFFF18: hue angle of 60º 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 #FFFF18 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 24 | - |
| CMYK | 0 | 0 | 0.91 | 0 |
| HSL | 60º | 1% | 0.55% | - |
| HSV(B) | 60º | 0.91% | 1% | - |
| XYZ | 77.16 | 92.85 | 14.72 | - |
| YUV | 228.67 | 12.5 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 24 | 0 | 0 | 0.91 | 0 | 60 | 1 | 0.55 |
| Hex | FF | FF | 18 | 0 | 0 | 5B | 0 | 3C | 64 | 37 |
| Octal | 377 | 377 | 30 | 0 | 0 | 133 | 0 | 74 | 144 | 67 |
| Binary | 11111111 | 11111111 | 11000 | 0 | 0 | 1011011 | 0 | 111100 | 1100100 | 110111 |
Color Harmonies of #FFFF18
Complementary color
Monochromatic Colors of #FFFF18
Black with #FFFF18
Text Example
Text Example
White with #FFFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF18; }
p { color: rgb(255,255,24); }
H1.HeaderClassName
{
color: #FFFF18;
}
.AnyTagClassName
{
color: #FFFF18;
}
</style>
background-color css
<style>
a { background-color: #FFFF18; }
a { background-color: rgb(255,255,24); }
div.DivClassName
{
background-color: #FFFF18;
}
.BgClassName
{
background-color: #FFFF18;
}
</style>
border-color css
<style>
span { border-color: #FFFF18; }
span { border-color: rgb(255,255,24); }
td.TdClassName
{
border-color: #FFFF18;
}
.TagClassName
{
border-color: #FFFF18;
}
</style>