Shades of Yellow #FCF101
Tints of Yellow #FCF101
RGB
CMYK
RGB Variations
Color information
#FCF101 (or 0xFCF101) is known color: Yellow. HEX triplet: FC, F1 and 01. RGB value is (252,241,1). Sum of RGB (Red+Green+Blue) = 252+241+1=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 1 (0.78% from 255 or 0.20% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF101 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF101 is #030EFE. Grayscale: #D9D9D9. Windows color (decimal): -200447 or 127484. OLE color: 127484.
HSL color Cylindrical-coordinate representation of color #FCF101: hue angle of 57.37º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCF101 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.01 |
| HSL | 57.37º | 0.99% | 0.5% | - |
| HSV(B) | 57.37º | 1% | 0.99% | - |
| XYZ | 71.61 | 83.61 | 12.39 | - |
| YUV | 216.93 | 6.14 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 1 | 0 | 0.04 | 1.00 | 0.01 | 57.37 | 0.99 | 0.5 |
| Hex | FC | F1 | 1 | 0 | 4 | 64 | 1 | 39 | 63 | 32 |
| Octal | 374 | 361 | 1 | 0 | 4 | 144 | 1 | 71 | 143 | 62 |
| Binary | 11111100 | 11110001 | 1 | 0 | 100 | 1100100 | 1 | 111001 | 1100011 | 110010 |
Color Harmonies of #FCF101
Complementary color
Monochromatic Colors of #FCF101
Black with #FCF101
Text Example
Text Example
White with #FCF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF101; }
p { color: rgb(252,241,1); }
H1.HeaderClassName
{
color: #FCF101;
}
.AnyTagClassName
{
color: #FCF101;
}
</style>
background-color css
<style>
a { background-color: #FCF101; }
a { background-color: rgb(252,241,1); }
div.DivClassName
{
background-color: #FCF101;
}
.BgClassName
{
background-color: #FCF101;
}
</style>
border-color css
<style>
span { border-color: #FCF101; }
span { border-color: rgb(252,241,1); }
td.TdClassName
{
border-color: #FCF101;
}
.TagClassName
{
border-color: #FCF101;
}
</style>