#FDED5F

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

Shades of Corn #FDED5F

Tints of Corn #FDED5F

Color information

#FDED5F (or 0xFDED5F) is unknown color: approx Corn. HEX triplet: FD, ED and 5F. RGB value is (253,237,95). Sum of RGB (Red+Green+Blue) = 253+237+95=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 95 (37.5% from 255 or 16.24% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED5F is #0212A0. Grayscale: #E2E2E2. Windows color (decimal): -135841 or 6286845. OLE color: 6286845.

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

Color convert

RGB25323795-
CMYK00.060.620.01
HSL53.92º97.53%68.24%-
HSV(B)53.92º62.45%99.22%-
XYZ72.8682.2822.87-
YUV225.654.3147.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 95 (37.5% from 255) = 16.24%
R=43.25%
G=40.51%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532379500.060.620.0153.9297.5368.24
HexFDED5F063E1366244
Octal3753551370676166142104
Binary111111011110110110111110110111110111011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED5F; }

 p { color: rgb(253,237,95); }

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

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

 a { background-color: rgb(253,237,95); }

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

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

 span { border-color: rgb(253,237,95); }

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