Shades of Yellow #FCFD15
Tints of Yellow #FCFD15
RGB
CMYK
RGB Variations
Color information
#FCFD15 (or 0xFCFD15) is known color: Yellow. HEX triplet: FC, FD and 15. RGB value is (252,253,21). Sum of RGB (Red+Green+Blue) = 252+253+21=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 21 (8.59% from 255 or 3.99% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD15 is #0302EA. Grayscale: #E3E3E3. Windows color (decimal): -197355 or 1441276. OLE color: 1441276.
HSL color Cylindrical-coordinate representation of color #FCFD15: hue angle of 60.26º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCFD15 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 21 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.01 |
| HSL | 60.26º | 0.98% | 0.54% | - |
| HSV(B) | 60.26º | 0.92% | 0.99% | - |
| XYZ | 75.41 | 91 | 14.3 | - |
| YUV | 226.25 | 12.17 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 21 | 0.00 | 0 | 0.92 | 0.01 | 60.26 | 0.98 | 0.54 |
| Hex | FC | FD | 15 | 0 | 0 | 5C | 1 | 3C | 62 | 36 |
| Octal | 374 | 375 | 25 | 0 | 0 | 134 | 1 | 74 | 142 | 66 |
| Binary | 11111100 | 11111101 | 10101 | 0 | 0 | 1011100 | 1 | 111100 | 1100010 | 110110 |
Color Harmonies of #FCFD15
Complementary color
Monochromatic Colors of #FCFD15
Black with #FCFD15
Text Example
Text Example
White with #FCFD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD15; }
p { color: rgb(252,253,21); }
H1.HeaderClassName
{
color: #FCFD15;
}
.AnyTagClassName
{
color: #FCFD15;
}
</style>
background-color css
<style>
a { background-color: #FCFD15; }
a { background-color: rgb(252,253,21); }
div.DivClassName
{
background-color: #FCFD15;
}
.BgClassName
{
background-color: #FCFD15;
}
</style>
border-color css
<style>
span { border-color: #FCFD15; }
span { border-color: rgb(252,253,21); }
td.TdClassName
{
border-color: #FCFD15;
}
.TagClassName
{
border-color: #FCFD15;
}
</style>