#FEDF81

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

Shades of Golden Glow #FEDF81

Tints of Golden Glow #FEDF81

Color information

#FEDF81 (or 0xFEDF81) is unknown color: approx Golden Glow. HEX triplet: FE, DF and 81. RGB value is (254,223,129). Sum of RGB (Red+Green+Blue) = 254+223+129=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 129 (50.78% from 255 or 21.29% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF81 is #01207E. Grayscale: #DDDDDD. Windows color (decimal): -73855 or 8511486. OLE color: 8511486.

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

Color convert

RGB254223129-
CMYK00.120.490.00
HSL45.12º98.43%75.1%-
HSV(B)45.12º49.21%99.61%-
XYZ71.2275.4331.57-
YUV221.5575.77151.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 129 (50.78% from 255) = 21.29%
R=41.91%
G=36.80%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422312900.120.490.0045.1298.4375.1
HexFEDF810C3102d624b
Octal37633720101461055142113
Binary11111110110111111000000101100110001010110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF81; }

 p { color: rgb(254,223,129); }

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

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

 a { background-color: rgb(254,223,129); }

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

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

 span { border-color: rgb(254,223,129); }

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