#FCED57

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

Shades of Corn #FCED57

Tints of Corn #FCED57

Color information

#FCED57 (or 0xFCED57) is unknown color: approx Corn. HEX triplet: FC, ED and 57. RGB value is (252,237,87). Sum of RGB (Red+Green+Blue) = 252+237+87=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 87 (34.38% from 255 or 15.10% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED57 is #0312A8. Grayscale: #E0E0E0. Windows color (decimal): -201385 or 5762556. OLE color: 5762556.

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

Color convert

RGB25223787-
CMYK00.060.650.01
HSL54.55º96.49%66.47%-
HSV(B)54.55º65.48%98.82%-
XYZ72.1581.9521.03-
YUV224.3850.47147.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 87 (34.38% from 255) = 15.10%
R=43.75%
G=41.15%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522378700.060.650.0154.5596.4966.47
HexFCED5706411376042
Octal37435512706101167140102
Binary1111110011101101101011101101000001111011111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED57; }

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

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

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

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

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

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

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

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