#FEDC71

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

Shades of Sweet Corn #FEDC71

Tints of Sweet Corn #FEDC71

Color information

#FEDC71 (or 0xFEDC71) is unknown color: approx Sweet Corn. HEX triplet: FE, DC and 71. RGB value is (254,220,113). Sum of RGB (Red+Green+Blue) = 254+220+113=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 113 (44.53% from 255 or 19.25% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC71 is #01238E. Grayscale: #DADADA. Windows color (decimal): -74639 or 7462142. OLE color: 7462142.

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

Color convert

RGB254220113-
CMYK00.130.560.00
HSL45.53º98.6%71.96%-
HSV(B)45.53º55.51%99.61%-
XYZ69.4573.4526.14-
YUV217.9768.76153.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 113 (44.53% from 255) = 19.25%
R=43.27%
G=37.48%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422011300.130.560.0045.5398.671.96
HexFEDC710D3802e6348
Octal37633416101570056143110
Binary1111111011011100111000101101111000010111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC71; }

 p { color: rgb(254,220,113); }

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

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

 a { background-color: rgb(254,220,113); }

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

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

 span { border-color: rgb(254,220,113); }

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