#FED883

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

Shades of Golden Glow #FED883

Tints of Golden Glow #FED883

Color information

#FED883 (or 0xFED883) is unknown color: approx Golden Glow. HEX triplet: FE, D8 and 83. RGB value is (254,216,131). Sum of RGB (Red+Green+Blue) = 254+216+131=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FED883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED883 is #01277C. Grayscale: #DADADA. Windows color (decimal): -75645 or 8640766. OLE color: 8640766.

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

Color convert

RGB254216131-
CMYK00.150.480.00
HSL41.46º98.4%75.49%-
HSV(B)41.46º48.43%99.61%-
XYZ69.5371.8231.67-
YUV217.6779.09153.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 131 (51.56% from 255) = 21.80%
R=42.26%
G=35.94%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421613100.150.480.0041.4698.475.49
HexFED8830F30029624b
Octal37633020301760051142113
Binary11111110110110001000001101111110000010100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED883; }

 p { color: rgb(254,216,131); }

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

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

 a { background-color: rgb(254,216,131); }

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

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

 span { border-color: rgb(254,216,131); }

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