#FEDF7D

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

Shades of Golden Glow #FEDF7D

Tints of Golden Glow #FEDF7D

Color information

#FEDF7D (or 0xFEDF7D) is unknown color: approx Golden Glow. HEX triplet: FE, DF and 7D. RGB value is (254,223,125). Sum of RGB (Red+Green+Blue) = 254+223+125=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF7D is #012082. Grayscale: #DDDDDD. Windows color (decimal): -73859 or 8249342. OLE color: 8249342.

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

Color convert

RGB254223125-
CMYK00.120.510.00
HSL45.58º98.47%74.31%-
HSV(B)45.58º50.79%99.61%-
XYZ70.9675.3330.2-
YUV221.173.77151.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 125 (49.22% from 255) = 20.76%
R=42.19%
G=37.04%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422312500.120.510.0045.5898.4774.31
HexFEDF7D0C3302e624a
Octal37633717501463056142112
Binary1111111011011111111110101100110011010111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF7D; }

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

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

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

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

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

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

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

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