#FEF55D

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

Shades of Corn #FEF55D

Tints of Corn #FEF55D

Color information

#FEF55D (or 0xFEF55D) is unknown color: approx Corn. HEX triplet: FE, F5 and 5D. RGB value is (254,245,93). Sum of RGB (Red+Green+Blue) = 254+245+93=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 93 (36.72% from 255 or 15.71% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF55D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF55D is #010AA2. Grayscale: #E6E6E6. Windows color (decimal): -68259 or 6157822. OLE color: 6157822.

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

Color convert

RGB25424593-
CMYK00.040.630.00
HSL56.65º98.77%68.04%-
HSV(B)56.65º63.39%99.61%-
XYZ75.587.1723.2-
YUV230.3650.48144.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 245 (96.09% from 255) = 41.39%
BLUE value IS 93 (36.72% from 255) = 15.71%
R=42.91%
G=41.39%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542459300.040.630.0056.6598.7768.04
HexFEF55D043F0396344
Octal3763651350477071143104
Binary111111101111010110111010100111111011100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF55D; }

 p { color: rgb(254,245,93); }

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

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

 a { background-color: rgb(254,245,93); }

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

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

 span { border-color: rgb(254,245,93); }

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