#FCF957

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

Shades of Corn #FCF957

Tints of Corn #FCF957

Color information

#FCF957 (or 0xFCF957) is unknown color: approx Corn. HEX triplet: FC, F9 and 57. RGB value is (252,249,87). Sum of RGB (Red+Green+Blue) = 252+249+87=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 87 (34.38% from 255 or 14.80% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF957 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF957 is #0306A8. Grayscale: #E8E8E8. Windows color (decimal): -198313 or 5765628. OLE color: 5765628.

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

Color convert

RGB25224987-
CMYK00.010.650.01
HSL58.91º96.49%66.47%-
HSV(B)58.91º65.48%98.82%-
XYZ75.7489.1322.23-
YUV231.4346.49142.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 87 (34.38% from 255) = 14.80%
R=42.86%
G=42.35%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522498700.010.650.0158.9196.4966.47
HexFCF957014113b6042
Octal37437112701101173140102
Binary11111100111110011010111011000001111101111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF957; }

 p { color: rgb(252,249,87); }

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

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

 a { background-color: rgb(252,249,87); }

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

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

 span { border-color: rgb(252,249,87); }

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