#FEF45F

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

Shades of Corn #FEF45F

Tints of Corn #FEF45F

Color information

#FEF45F (or 0xFEF45F) is unknown color: approx Corn. HEX triplet: FE, F4 and 5F. RGB value is (254,244,95). Sum of RGB (Red+Green+Blue) = 254+244+95=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 95 (37.5% from 255 or 16.02% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF45F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF45F is #010BA0. Grayscale: #E6E6E6. Windows color (decimal): -68513 or 6288638. OLE color: 6288638.

HSL color Cylindrical-coordinate representation of color #FEF45F: hue angle of 56.23º 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 #FEF45F is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB25424495-
CMYK00.040.630.00
HSL56.23º98.76%68.43%-
HSV(B)56.23º62.6%99.61%-
XYZ75.2986.623.57-
YUV23051.81145.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 244 (95.70% from 255) = 41.15%
BLUE value IS 95 (37.5% from 255) = 16.02%
R=42.83%
G=41.15%
B=16.02%

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
Decimal2542449500.040.630.0056.2398.7668.43
HexFEF45F043F0386344
Octal3763641370477070143104
Binary111111101111010010111110100111111011100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF45F; }

 p { color: rgb(254,244,95); }

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

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

 a { background-color: rgb(254,244,95); }

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

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

 span { border-color: rgb(254,244,95); }

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