Shades of Corn #FCE667
Tints of Corn #FCE667
RGB
CMYK
RGB Variations
Color information
#FCE667 (or 0xFCE667) is known color: Corn. HEX triplet: FC, E6 and 67. RGB value is (252,230,103). Sum of RGB (Red+Green+Blue) = 252+230+103=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 103 (40.62% from 255 or 17.61% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE667 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE667 is #031998. Grayscale: #DEDEDE. Windows color (decimal): -203161 or 6809340. OLE color: 6809340.
HSL color Cylindrical-coordinate representation of color #FCE667: hue angle of 51.14º 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 #FCE667 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 103 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.01 |
| HSL | 51.14º | 0.96% | 0.7% | - |
| HSV(B) | 51.14º | 0.59% | 0.99% | - |
| XYZ | 70.89 | 78.27 | 24.2 | - |
| YUV | 222.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 103 | 0 | 0.09 | 0.59 | 0.01 | 51.14 | 0.96 | 0.7 |
| Hex | FC | E6 | 67 | 0 | 9 | 3B | 1 | 33 | 60 | 46 |
| Octal | 374 | 346 | 147 | 0 | 11 | 73 | 1 | 63 | 140 | 106 |
| Binary | 11111100 | 11100110 | 1100111 | 0 | 1001 | 111011 | 1 | 110011 | 1100000 | 1000110 |
Color Harmonies of #FCE667
Complementary color
Monochromatic Colors of #FCE667
Black with #FCE667
Text Example
Text Example
White with #FCE667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE667; }
p { color: rgb(252,230,103); }
H1.HeaderClassName
{
color: #FCE667;
}
.AnyTagClassName
{
color: #FCE667;
}
</style>
background-color css
<style>
a { background-color: #FCE667; }
a { background-color: rgb(252,230,103); }
div.DivClassName
{
background-color: #FCE667;
}
.BgClassName
{
background-color: #FCE667;
}
</style>
border-color css
<style>
span { border-color: #FCE667; }
span { border-color: rgb(252,230,103); }
td.TdClassName
{
border-color: #FCE667;
}
.TagClassName
{
border-color: #FCE667;
}
</style>