#FEDF78

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

Shades of Sweet Corn #FEDF78

Tints of Sweet Corn #FEDF78

Color information

#FEDF78 (or 0xFEDF78) is unknown color: approx Sweet Corn. HEX triplet: FE, DF and 78. RGB value is (254,223,120). Sum of RGB (Red+Green+Blue) = 254+223+120=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF78 is #012087. Grayscale: #DCDCDC. Windows color (decimal): -73864 or 7921662. OLE color: 7921662.

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

Color convert

RGB254223120-
CMYK00.120.530.00
HSL46.12º98.53%73.33%-
HSV(B)46.12º52.76%99.61%-
XYZ70.6575.228.56-
YUV220.5371.27151.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 120 (47.27% from 255) = 20.10%
R=42.55%
G=37.35%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422312000.120.530.0046.1298.5373.33
HexFEDF780C3502e6349
Octal37633717001465056143111
Binary1111111011011111111100001100110101010111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF78; }

 p { color: rgb(254,223,120); }

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

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

 a { background-color: rgb(254,223,120); }

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

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

 span { border-color: rgb(254,223,120); }

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