#fedf6d

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

Shades of Sweet Corn #FEDF6D

Tints of Sweet Corn #FEDF6D

Color information

#FEDF6D (or 0xFEDF6D) is unknown color: approx Sweet Corn. HEX triplet: FE, DF and 6D. RGB value is (254,223,109). Sum of RGB (Red+Green+Blue) = 254+223+109=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 109 (42.97% from 255 or 18.60% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF6D is #012092. Grayscale: #DBDBDB. Windows color (decimal): -73875 or 7200766. OLE color: 7200766.

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

Color convert

RGB254223109-
CMYK00.120.570.00
HSL47.17º98.64%71.18%-
HSV(B)47.17º57.09%99.61%-
XYZ70.0274.9525.24-
YUV219.2765.77152.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 109 (42.97% from 255) = 18.60%
R=43.34%
G=38.05%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422310900.120.570.0047.1798.6471.18
HexFEDF6D0C3902f6347
Octal37633715501471057143107
Binary1111111011011111110110101100111001010111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fedf6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fedf6d; }

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

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

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

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

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

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

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

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