#FDE968

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

Shades of Corn #FDE968

Tints of Corn #FDE968

Color information

#FDE968 (or 0xFDE968) is unknown color: approx Corn. HEX triplet: FD, E9 and 68. RGB value is (253,233,104). Sum of RGB (Red+Green+Blue) = 253+233+104=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 104 (41.02% from 255 or 17.63% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE968 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE968 is #021697. Grayscale: #E0E0E0. Windows color (decimal): -136856 or 6875645. OLE color: 6875645.

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

Color convert

RGB253233104-
CMYK00.080.590.01
HSL51.95º97.39%70%-
HSV(B)51.95º58.89%99.22%-
XYZ72.1580.1624.77-
YUV224.2760.13148.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 233 (91.41% from 255) = 39.49%
BLUE value IS 104 (41.02% from 255) = 17.63%
R=42.88%
G=39.49%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323310400.080.590.0151.9597.3970
HexFDE968083B1346146
Octal37535115001073164141106
Binary1111110111101001110100001000111011111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE968; }

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

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

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

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

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

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

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

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