#FCF160

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

Shades of Corn #FCF160

Tints of Corn #FCF160

Color information

#FCF160 (or 0xFCF160) is unknown color: approx Corn. HEX triplet: FC, F1 and 60. RGB value is (252,241,96). Sum of RGB (Red+Green+Blue) = 252+241+96=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 96 (37.89% from 255 or 16.30% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF160 is #030E9F. Grayscale: #E4E4E4. Windows color (decimal): -200352 or 6353404. OLE color: 6353404.

HSL color Cylindrical-coordinate representation of color #FCF160: hue angle of 55.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCF160 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25224196-
CMYK00.040.620.01
HSL55.77º96.3%68.24%-
HSV(B)55.77º61.9%98.82%-
XYZ73.7184.4523.48-
YUV227.7653.64145.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 241 (94.53% from 255) = 40.92%
BLUE value IS 96 (37.89% from 255) = 16.30%
R=42.78%
G=40.92%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522419600.040.620.0155.7796.368.24
HexFCF160043E1386044
Octal3743611400476170140104
Binary111111001111000111000000100111110111100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF160; }

 p { color: rgb(252,241,96); }

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

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

 a { background-color: rgb(252,241,96); }

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

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

 span { border-color: rgb(252,241,96); }

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