#FCF561

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

Shades of Corn #FCF561

Tints of Corn #FCF561

Color information

#FCF561 (or 0xFCF561) is unknown color: approx Corn. HEX triplet: FC, F5 and 61. RGB value is (252,245,97). Sum of RGB (Red+Green+Blue) = 252+245+97=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 97 (38.28% from 255 or 16.33% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF561 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF561 is #030A9E. Grayscale: #E6E6E6. Windows color (decimal): -199327 or 6419964. OLE color: 6419964.

HSL color Cylindrical-coordinate representation of color #FCF561: hue angle of 57.29º 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 #FCF561 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25224597-
CMYK00.030.620.01
HSL57.29º96.27%68.43%-
HSV(B)57.29º61.51%98.82%-
XYZ74.9586.8624.13-
YUV230.2252.82143.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 245 (96.09% from 255) = 41.25%
BLUE value IS 97 (38.28% from 255) = 16.33%
R=42.42%
G=41.25%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522459700.030.620.0157.2996.2768.43
HexFCF561033E1396044
Octal3743651410376171140104
Binary11111100111101011100001011111110111100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF561; }

 p { color: rgb(252,245,97); }

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

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

 a { background-color: rgb(252,245,97); }

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

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

 span { border-color: rgb(252,245,97); }

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