Shades of Corn #FCF15D
Tints of Corn #FCF15D
RGB
CMYK
RGB Variations
Color information
#FCF15D (or 0xFCF15D) is known color: Corn. HEX triplet: FC, F1 and 5D. RGB value is (252,241,93). Sum of RGB (Red+Green+Blue) = 252+241+93=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 93 (36.72% from 255 or 15.87% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF15D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF15D is #030EA2. Grayscale: #E4E4E4. Windows color (decimal): -200355 or 6156796. OLE color: 6156796.
HSL color Cylindrical-coordinate representation of color #FCF15D: hue angle of 55.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCF15D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 93 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.01 |
| HSL | 55.85º | 0.96% | 0.68% | - |
| HSV(B) | 55.85º | 0.63% | 0.99% | - |
| XYZ | 73.58 | 84.4 | 22.77 | - |
| YUV | 227.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 93 | 0 | 0.04 | 0.63 | 0.01 | 55.85 | 0.96 | 0.68 |
| Hex | FC | F1 | 5D | 0 | 4 | 3F | 1 | 38 | 60 | 44 |
| Octal | 374 | 361 | 135 | 0 | 4 | 77 | 1 | 70 | 140 | 104 |
| Binary | 11111100 | 11110001 | 1011101 | 0 | 100 | 111111 | 1 | 111000 | 1100000 | 1000100 |
Color Harmonies of #FCF15D
Complementary color
Monochromatic Colors of #FCF15D
Black with #FCF15D
Text Example
Text Example
White with #FCF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF15D; }
p { color: rgb(252,241,93); }
H1.HeaderClassName
{
color: #FCF15D;
}
.AnyTagClassName
{
color: #FCF15D;
}
</style>
background-color css
<style>
a { background-color: #FCF15D; }
a { background-color: rgb(252,241,93); }
div.DivClassName
{
background-color: #FCF15D;
}
.BgClassName
{
background-color: #FCF15D;
}
</style>
border-color css
<style>
span { border-color: #FCF15D; }
span { border-color: rgb(252,241,93); }
td.TdClassName
{
border-color: #FCF15D;
}
.TagClassName
{
border-color: #FCF15D;
}
</style>