#FDE966

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

Shades of Corn #FDE966

Tints of Corn #FDE966

Color information

#FDE966 (or 0xFDE966) is unknown color: approx Corn. HEX triplet: FD, E9 and 66. RGB value is (253,233,102). Sum of RGB (Red+Green+Blue) = 253+233+102=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 102 (40.23% from 255 or 17.35% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE966 is #021699. Grayscale: #E0E0E0. Windows color (decimal): -136858 or 6744573. OLE color: 6744573.

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

Color convert

RGB253233102-
CMYK00.080.600.01
HSL52.05º97.42%69.61%-
HSV(B)52.05º59.68%99.22%-
XYZ72.0580.1224.24-
YUV224.0559.13148.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 102 (40.23% from 255) = 17.35%
R=43.03%
G=39.63%
B=17.35%

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
Decimal25323310200.080.600.0152.0597.4269.61
HexFDE966083C1346146
Octal37535114601074164141106
Binary1111110111101001110011001000111100111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE966; }

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

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

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

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

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

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

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

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