Shades of Sweet Corn #FCE67F
Tints of Sweet Corn #FCE67F
RGB
CMYK
RGB Variations
Color information
#FCE67F (or 0xFCE67F) is known color: Sweet Corn. HEX triplet: FC, E6 and 7F. RGB value is (252,230,127). Sum of RGB (Red+Green+Blue) = 252+230+127=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 127 (50% from 255 or 20.85% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE67F is #031980. Grayscale: #E1E1E1. Windows color (decimal): -203137 or 8382204. OLE color: 8382204.
HSL color Cylindrical-coordinate representation of color #FCE67F: hue angle of 49.44º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE67F is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 127 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.01 |
| HSL | 49.44º | 0.95% | 0.74% | - |
| HSV(B) | 49.44º | 0.5% | 0.99% | - |
| XYZ | 72.27 | 78.82 | 31.48 | - |
| YUV | 224.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 127 | 0 | 0.09 | 0.50 | 0.01 | 49.44 | 0.95 | 0.74 |
| Hex | FC | E6 | 7F | 0 | 9 | 32 | 1 | 31 | 5F | 4A |
| Octal | 374 | 346 | 177 | 0 | 11 | 62 | 1 | 61 | 137 | 112 |
| Binary | 11111100 | 11100110 | 1111111 | 0 | 1001 | 110010 | 1 | 110001 | 1011111 | 1001010 |
Color Harmonies of #FCE67F
Complementary color
Monochromatic Colors of #FCE67F
Black with #FCE67F
Text Example
Text Example
White with #FCE67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE67F; }
p { color: rgb(252,230,127); }
H1.HeaderClassName
{
color: #FCE67F;
}
.AnyTagClassName
{
color: #FCE67F;
}
</style>
background-color css
<style>
a { background-color: #FCE67F; }
a { background-color: rgb(252,230,127); }
div.DivClassName
{
background-color: #FCE67F;
}
.BgClassName
{
background-color: #FCE67F;
}
</style>
border-color css
<style>
span { border-color: #FCE67F; }
span { border-color: rgb(252,230,127); }
td.TdClassName
{
border-color: #FCE67F;
}
.TagClassName
{
border-color: #FCE67F;
}
</style>