#FDEE5C

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

Shades of Corn #FDEE5C

Tints of Corn #FDEE5C

Color information

#FDEE5C (or 0xFDEE5C) is unknown color: approx Corn. HEX triplet: FD, EE and 5C. RGB value is (253,238,92). Sum of RGB (Red+Green+Blue) = 253+238+92=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 92 (36.33% from 255 or 15.78% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEE5C is #0211A3. Grayscale: #E2E2E2. Windows color (decimal): -135588 or 6090493. OLE color: 6090493.

HSL color Cylindrical-coordinate representation of color #FDEE5C: hue angle of 54.41º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDEE5C is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25323892-
CMYK00.060.640.01
HSL54.41º97.58%67.65%-
HSV(B)54.41º63.64%99.22%-
XYZ73.0182.822.26-
YUV225.8452.47147.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 92 (36.33% from 255) = 15.78%
R=43.40%
G=40.82%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532389200.060.640.0154.4197.5867.65
HexFDEE5C06401366244
Octal37535613406100166142104
Binary1111110111101110101110001101000000111011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE5C; }

 p { color: rgb(253,238,92); }

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

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

 a { background-color: rgb(253,238,92); }

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

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

 span { border-color: rgb(253,238,92); }

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