#FDE669

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

Shades of Corn #FDE669

Tints of Corn #FDE669

Color information

#FDE669 (or 0xFDE669) is unknown color: approx Corn. HEX triplet: FD, E6 and 69. RGB value is (253,230,105). Sum of RGB (Red+Green+Blue) = 253+230+105=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 105 (41.41% from 255 or 17.86% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE669 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE669 is #021996. Grayscale: #DFDFDF. Windows color (decimal): -137623 or 6940413. OLE color: 6940413.

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

Color convert

RGB253230105-
CMYK00.090.580.01
HSL50.68º97.37%70.2%-
HSV(B)50.68º58.5%99.22%-
XYZ71.3578.524.76-
YUV222.6361.62149.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 230 (90.23% from 255) = 39.12%
BLUE value IS 105 (41.41% from 255) = 17.86%
R=43.03%
G=39.12%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323010500.090.580.0150.6897.3770.2
HexFDE669093A1336146
Octal37534615101172163141106
Binary1111110111100110110100101001111010111001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE669; }

 p { color: rgb(253,230,105); }

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

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

 a { background-color: rgb(253,230,105); }

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

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

 span { border-color: rgb(253,230,105); }

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