Shades of Corn #FCEB67
Tints of Corn #FCEB67
RGB
CMYK
RGB Variations
Color information
#FCEB67 (or 0xFCEB67) is known color: Corn. HEX triplet: FC, EB and 67. RGB value is (252,235,103). Sum of RGB (Red+Green+Blue) = 252+235+103=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 103 (40.62% from 255 or 17.46% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB67 is #031498. Grayscale: #E1E1E1. Windows color (decimal): -201881 or 6810620. OLE color: 6810620.
HSL color Cylindrical-coordinate representation of color #FCEB67: hue angle of 53.15º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCEB67 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 103 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.01 |
| HSL | 53.15º | 0.96% | 0.7% | - |
| HSV(B) | 53.15º | 0.59% | 0.99% | - |
| XYZ | 72.3 | 81.09 | 24.67 | - |
| YUV | 225.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 103 | 0 | 0.07 | 0.59 | 0.01 | 53.15 | 0.96 | 0.7 |
| Hex | FC | EB | 67 | 0 | 7 | 3B | 1 | 35 | 60 | 46 |
| Octal | 374 | 353 | 147 | 0 | 7 | 73 | 1 | 65 | 140 | 106 |
| Binary | 11111100 | 11101011 | 1100111 | 0 | 111 | 111011 | 1 | 110101 | 1100000 | 1000110 |
Color Harmonies of #FCEB67
Complementary color
Monochromatic Colors of #FCEB67
Black with #FCEB67
Text Example
Text Example
White with #FCEB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB67; }
p { color: rgb(252,235,103); }
H1.HeaderClassName
{
color: #FCEB67;
}
.AnyTagClassName
{
color: #FCEB67;
}
</style>
background-color css
<style>
a { background-color: #FCEB67; }
a { background-color: rgb(252,235,103); }
div.DivClassName
{
background-color: #FCEB67;
}
.BgClassName
{
background-color: #FCEB67;
}
</style>
border-color css
<style>
span { border-color: #FCEB67; }
span { border-color: rgb(252,235,103); }
td.TdClassName
{
border-color: #FCEB67;
}
.TagClassName
{
border-color: #FCEB67;
}
</style>