Shades of Corn #FCF15C
Tints of Corn #FCF15C
RGB
CMYK
RGB Variations
Color information
#FCF15C (or 0xFCF15C) is known color: Corn. HEX triplet: FC, F1 and 5C. RGB value is (252,241,92). Sum of RGB (Red+Green+Blue) = 252+241+92=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 92 (36.33% from 255 or 15.73% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF15C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF15C is #030EA3. Grayscale: #E3E3E3. Windows color (decimal): -200356 or 6091260. OLE color: 6091260.
HSL color Cylindrical-coordinate representation of color #FCF15C: hue angle of 55.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCF15C is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 92 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.01 |
| HSL | 55.88º | 0.96% | 0.67% | - |
| HSV(B) | 55.88º | 0.63% | 0.99% | - |
| XYZ | 73.53 | 84.38 | 22.54 | - |
| YUV | 227.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 92 | 0 | 0.04 | 0.63 | 0.01 | 55.88 | 0.96 | 0.67 |
| Hex | FC | F1 | 5C | 0 | 4 | 3F | 1 | 38 | 60 | 43 |
| Octal | 374 | 361 | 134 | 0 | 4 | 77 | 1 | 70 | 140 | 103 |
| Binary | 11111100 | 11110001 | 1011100 | 0 | 100 | 111111 | 1 | 111000 | 1100000 | 1000011 |
Color Harmonies of #FCF15C
Complementary color
Monochromatic Colors of #FCF15C
Black with #FCF15C
Text Example
Text Example
White with #FCF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF15C; }
p { color: rgb(252,241,92); }
H1.HeaderClassName
{
color: #FCF15C;
}
.AnyTagClassName
{
color: #FCF15C;
}
</style>
background-color css
<style>
a { background-color: #FCF15C; }
a { background-color: rgb(252,241,92); }
div.DivClassName
{
background-color: #FCF15C;
}
.BgClassName
{
background-color: #FCF15C;
}
</style>
border-color css
<style>
span { border-color: #FCF15C; }
span { border-color: rgb(252,241,92); }
td.TdClassName
{
border-color: #FCF15C;
}
.TagClassName
{
border-color: #FCF15C;
}
</style>