Shades of Corn #FCF55B
Tints of Corn #FCF55B
RGB
CMYK
RGB Variations
Color information
#FCF55B (or 0xFCF55B) is known color: Corn. HEX triplet: FC, F5 and 5B. RGB value is (252,245,91). Sum of RGB (Red+Green+Blue) = 252+245+91=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 91 (35.94% from 255 or 15.48% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF55B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF55B is #030AA4. Grayscale: #E6E6E6. Windows color (decimal): -199333 or 6026748. OLE color: 6026748.
HSL color Cylindrical-coordinate representation of color #FCF55B: hue angle of 57.39º 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 #FCF55B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 91 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.01 |
| HSL | 57.39º | 0.96% | 0.67% | - |
| HSV(B) | 57.39º | 0.64% | 0.99% | - |
| XYZ | 74.69 | 86.76 | 22.71 | - |
| YUV | 229.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 91 | 0 | 0.03 | 0.64 | 0.01 | 57.39 | 0.96 | 0.67 |
| Hex | FC | F5 | 5B | 0 | 3 | 40 | 1 | 39 | 60 | 43 |
| Octal | 374 | 365 | 133 | 0 | 3 | 100 | 1 | 71 | 140 | 103 |
| Binary | 11111100 | 11110101 | 1011011 | 0 | 11 | 1000000 | 1 | 111001 | 1100000 | 1000011 |
Color Harmonies of #FCF55B
Complementary color
Monochromatic Colors of #FCF55B
Black with #FCF55B
Text Example
Text Example
White with #FCF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF55B; }
p { color: rgb(252,245,91); }
H1.HeaderClassName
{
color: #FCF55B;
}
.AnyTagClassName
{
color: #FCF55B;
}
</style>
background-color css
<style>
a { background-color: #FCF55B; }
a { background-color: rgb(252,245,91); }
div.DivClassName
{
background-color: #FCF55B;
}
.BgClassName
{
background-color: #FCF55B;
}
</style>
border-color css
<style>
span { border-color: #FCF55B; }
span { border-color: rgb(252,245,91); }
td.TdClassName
{
border-color: #FCF55B;
}
.TagClassName
{
border-color: #FCF55B;
}
</style>