#FCF856

Color #FCF856 Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn #FCF856

Tints of Corn #FCF856

Color information

#FCF856 (or 0xFCF856) is unknown color: approx Corn. HEX triplet: FC, F8 and 56. RGB value is (252,248,86). Sum of RGB (Red+Green+Blue) = 252+248+86=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 86 (33.98% from 255 or 14.68% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF856 is #0307A9. Grayscale: #E7E7E7. Windows color (decimal): -198570 or 5699836. OLE color: 5699836.

HSL color Cylindrical-coordinate representation of color #FCF856: hue angle of 58.55º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCF856 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB25224886-
CMYK00.020.660.01
HSL58.55º96.51%66.27%-
HSV(B)58.55º65.87%98.82%-
XYZ75.3988.521.91-
YUV230.7346.33143.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 248 (97.27% from 255) = 42.32%
BLUE value IS 86 (33.98% from 255) = 14.68%
R=43.00%
G=42.32%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522488600.020.660.0158.5596.5166.27
HexFCF856024213b6142
Octal37437012602102173141102
Binary111111001111100010101100101000010111101111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF856; }

 p { color: rgb(252,248,86); }

 H1.HeaderClassName
 {
   color: #FCF856;
 }
 .AnyTagClassName
 {
   color: #FCF856;
 }
</style>
background-color css

<style>
 a { background-color: #FCF856; }

 a { background-color: rgb(252,248,86); }

 div.DivClassName
 {
   background-color: #FCF856;
 }
 .BgClassName
 {
   background-color: #FCF856;
 }
</style>
border-color css

<style>
 span { border-color: #FCF856; }

 span { border-color: rgb(252,248,86); }

 td.TdClassName
 {
   border-color: #FCF856;
 }
 .TagClassName
 {
   border-color: #FCF856;
 }
</style>