#FDE963

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

Shades of Corn #FDE963

Tints of Corn #FDE963

Color information

#FDE963 (or 0xFDE963) is unknown color: approx Corn. HEX triplet: FD, E9 and 63. RGB value is (253,233,99). Sum of RGB (Red+Green+Blue) = 253+233+99=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 99 (39.06% from 255 or 16.92% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE963 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE963 is #02169C. Grayscale: #E0E0E0. Windows color (decimal): -136861 or 6547965. OLE color: 6547965.

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

Color convert

RGB25323399-
CMYK00.080.610.01
HSL52.21º97.47%69.02%-
HSV(B)52.21º60.87%99.22%-
XYZ71.980.0623.47-
YUV223.757.63148.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 233 (91.41% from 255) = 39.83%
BLUE value IS 99 (39.06% from 255) = 16.92%
R=43.25%
G=39.83%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532339900.080.610.0152.2197.4769.02
HexFDE963083D1346145
Octal37535114301075164141105
Binary1111110111101001110001101000111101111010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE963; }

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

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

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

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

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

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

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

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