#FDE768

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

Shades of Corn #FDE768

Tints of Corn #FDE768

Color information

#FDE768 (or 0xFDE768) is unknown color: approx Corn. HEX triplet: FD, E7 and 68. RGB value is (253,231,104). Sum of RGB (Red+Green+Blue) = 253+231+104=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 104 (41.02% from 255 or 17.69% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE768 is #021897. Grayscale: #DFDFDF. Windows color (decimal): -137368 or 6875133. OLE color: 6875133.

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

Color convert

RGB253231104-
CMYK00.090.590.01
HSL51.14º97.39%70%-
HSV(B)51.14º58.89%99.22%-
XYZ71.5879.0324.58-
YUV223.160.79149.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 231 (90.62% from 255) = 39.29%
BLUE value IS 104 (41.02% from 255) = 17.69%
R=43.03%
G=39.29%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323110400.090.590.0151.1497.3970
HexFDE768093B1336146
Octal37534715001173163141106
Binary1111110111100111110100001001111011111001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE768; }

 p { color: rgb(253,231,104); }

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

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

 a { background-color: rgb(253,231,104); }

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

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

 span { border-color: rgb(253,231,104); }

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