#FDEA65

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

Shades of Corn #FDEA65

Tints of Corn #FDEA65

Color information

#FDEA65 (or 0xFDEA65) is unknown color: approx Corn. HEX triplet: FD, EA and 65. RGB value is (253,234,101). Sum of RGB (Red+Green+Blue) = 253+234+101=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 101 (39.84% from 255 or 17.18% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA65 is #02159A. Grayscale: #E1E1E1. Windows color (decimal): -136603 or 6679293. OLE color: 6679293.

HSL color Cylindrical-coordinate representation of color #FDEA65: hue angle of 52.5º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDEA65 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253234101-
CMYK00.080.600.01
HSL52.5º97.44%69.41%-
HSV(B)52.5º60.08%99.22%-
XYZ72.2880.6724.07-
YUV224.5258.29148.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 101 (39.84% from 255) = 17.18%
R=43.03%
G=39.80%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323410100.080.600.0152.597.4469.41
HexFDEA65083C1346145
Octal37535214501074164141105
Binary1111110111101010110010101000111100111010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA65; }

 p { color: rgb(253,234,101); }

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

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

 a { background-color: rgb(253,234,101); }

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

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

 span { border-color: rgb(253,234,101); }

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