#FED688

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

Shades of Golden Glow #FED688

Tints of Golden Glow #FED688

Color information

#FED688 (or 0xFED688) is unknown color: approx Golden Glow. HEX triplet: FE, D6 and 88. RGB value is (254,214,136). Sum of RGB (Red+Green+Blue) = 254+214+136=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FED688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED688 is #012977. Grayscale: #D9D9D9. Windows color (decimal): -76152 or 8967934. OLE color: 8967934.

HSL color Cylindrical-coordinate representation of color #FED688: hue angle of 39.66º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FED688 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB254214136-
CMYK00.160.460.00
HSL39.66º98.33%76.47%-
HSV(B)39.66º46.46%99.61%-
XYZ69.3670.9433.33-
YUV217.0782.25154.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 136 (53.52% from 255) = 22.52%
R=42.05%
G=35.43%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421413600.160.460.0039.6698.3376.47
HexFED6880102E028624c
Octal37632621002056050142114
Binary111111101101011010001000010000101110010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED688; }

 p { color: rgb(254,214,136); }

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

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

 a { background-color: rgb(254,214,136); }

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

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

 span { border-color: rgb(254,214,136); }

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