Shades of Yellow #FCFF18
Tints of Yellow #FCFF18
RGB
CMYK
RGB Variations
Color information
#FCFF18 (or 0xFCFF18) is known color: Yellow. HEX triplet: FC, FF and 18. RGB value is (252,255,24). Sum of RGB (Red+Green+Blue) = 252+255+24=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 24 (9.77% from 255 or 4.52% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF18 is #0300E7. Grayscale: #E4E4E4. Windows color (decimal): -196840 or 1638396. OLE color: 1638396.
HSL color Cylindrical-coordinate representation of color #FCFF18: hue angle of 60.78º 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 #FCFF18 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 24 | - |
| CMYK | 0.01 | 0 | 0.91 | 0 |
| HSL | 60.78º | 1% | 0.55% | - |
| HSV(B) | 60.78º | 0.91% | 1% | - |
| XYZ | 76.07 | 92.28 | 14.67 | - |
| YUV | 227.77 | 13.01 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 24 | 0.01 | 0 | 0.91 | 0 | 60.78 | 1 | 0.55 |
| Hex | FC | FF | 18 | 1 | 0 | 5B | 0 | 3D | 64 | 37 |
| Octal | 374 | 377 | 30 | 1 | 0 | 133 | 0 | 75 | 144 | 67 |
| Binary | 11111100 | 11111111 | 11000 | 1 | 0 | 1011011 | 0 | 111101 | 1100100 | 110111 |
Color Harmonies of #FCFF18
Complementary color
Monochromatic Colors of #FCFF18
Black with #FCFF18
Text Example
Text Example
White with #FCFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF18; }
p { color: rgb(252,255,24); }
H1.HeaderClassName
{
color: #FCFF18;
}
.AnyTagClassName
{
color: #FCFF18;
}
</style>
background-color css
<style>
a { background-color: #FCFF18; }
a { background-color: rgb(252,255,24); }
div.DivClassName
{
background-color: #FCFF18;
}
.BgClassName
{
background-color: #FCFF18;
}
</style>
border-color css
<style>
span { border-color: #FCFF18; }
span { border-color: rgb(252,255,24); }
td.TdClassName
{
border-color: #FCFF18;
}
.TagClassName
{
border-color: #FCFF18;
}
</style>