Shades of Corn #FCF15B
Tints of Corn #FCF15B
RGB
CMYK
RGB Variations
Color information
#FCF15B (or 0xFCF15B) is known color: Corn. HEX triplet: FC, F1 and 5B. RGB value is (252,241,91). Sum of RGB (Red+Green+Blue) = 252+241+91=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 91 (35.94% from 255 or 15.58% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF15B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF15B is #030EA4. Grayscale: #E3E3E3. Windows color (decimal): -200357 or 6025724. OLE color: 6025724.
HSL color Cylindrical-coordinate representation of color #FCF15B: hue angle of 55.9º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCF15B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 91 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.01 |
| HSL | 55.9º | 0.96% | 0.67% | - |
| HSV(B) | 55.9º | 0.64% | 0.99% | - |
| XYZ | 73.49 | 84.36 | 22.31 | - |
| YUV | 227.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 91 | 0 | 0.04 | 0.64 | 0.01 | 55.9 | 0.96 | 0.67 |
| Hex | FC | F1 | 5B | 0 | 4 | 40 | 1 | 38 | 60 | 43 |
| Octal | 374 | 361 | 133 | 0 | 4 | 100 | 1 | 70 | 140 | 103 |
| Binary | 11111100 | 11110001 | 1011011 | 0 | 100 | 1000000 | 1 | 111000 | 1100000 | 1000011 |
Color Harmonies of #FCF15B
Complementary color
Monochromatic Colors of #FCF15B
Black with #FCF15B
Text Example
Text Example
White with #FCF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF15B; }
p { color: rgb(252,241,91); }
H1.HeaderClassName
{
color: #FCF15B;
}
.AnyTagClassName
{
color: #FCF15B;
}
</style>
background-color css
<style>
a { background-color: #FCF15B; }
a { background-color: rgb(252,241,91); }
div.DivClassName
{
background-color: #FCF15B;
}
.BgClassName
{
background-color: #FCF15B;
}
</style>
border-color css
<style>
span { border-color: #FCF15B; }
span { border-color: rgb(252,241,91); }
td.TdClassName
{
border-color: #FCF15B;
}
.TagClassName
{
border-color: #FCF15B;
}
</style>