#FDE964

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

Shades of Corn #FDE964

Tints of Corn #FDE964

Color information

#FDE964 (or 0xFDE964) is unknown color: approx Corn. HEX triplet: FD, E9 and 64. RGB value is (253,233,100). Sum of RGB (Red+Green+Blue) = 253+233+100=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 100 (39.45% from 255 or 17.06% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE964 is #02169B. Grayscale: #E0E0E0. Windows color (decimal): -136860 or 6613501. OLE color: 6613501.

HSL color Cylindrical-coordinate representation of color #FDE964: hue angle of 52.16º 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 #FDE964 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253233100-
CMYK00.080.600.01
HSL52.16º97.45%69.22%-
HSV(B)52.16º60.47%99.22%-
XYZ71.9580.0823.72-
YUV223.8258.13148.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 233 (91.41% from 255) = 39.76%
BLUE value IS 100 (39.45% from 255) = 17.06%
R=43.17%
G=39.76%
B=17.06%

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
Decimal25323310000.080.600.0152.1697.4569.22
HexFDE964083C1346145
Octal37535114401074164141105
Binary1111110111101001110010001000111100111010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE964; }

 p { color: rgb(253,233,100); }

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

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

 a { background-color: rgb(253,233,100); }

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

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

 span { border-color: rgb(253,233,100); }

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