#FCED65

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

Shades of Corn #FCED65

Tints of Corn #FCED65

Color information

#FCED65 (or 0xFCED65) is unknown color: approx Corn. HEX triplet: FC, ED and 65. RGB value is (252,237,101). Sum of RGB (Red+Green+Blue) = 252+237+101=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 101 (39.84% from 255 or 17.12% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED65 is #03129A. Grayscale: #E2E2E2. Windows color (decimal): -201371 or 6680060. OLE color: 6680060.

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

Color convert

RGB252237101-
CMYK00.060.600.01
HSL54.04º96.18%69.22%-
HSV(B)54.04º59.92%98.82%-
XYZ72.7882.224.34-
YUV225.9857.47146.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 101 (39.84% from 255) = 17.12%
R=42.71%
G=40.17%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223710100.060.600.0154.0496.1869.22
HexFCED65063C1366045
Octal3743551450674166140105
Binary111111001110110111001010110111100111011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED65; }

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

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

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

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

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

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

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

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