Html Css Color HEX #FEDF7D Golden Glow

📋 copy color: '#FEDF7D'

red 254 ◦ green 223 ◦ blue 125

#FEDF7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #FEDF7D

Tints of Golden Glow #FEDF7D

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 value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEDF7D (or 0xFEDF7D) is known color: 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

RGB 254 223 125 -
CMYK 0 0.12 0.51 0.00
HSL 45.58º 0.98% 0.74% -
HSV(B) 45.58º 0.51% 1% -
XYZ 70.96 75.33 30.2 -
YUV 221.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 254 223 125 0 0.12 0.51 0.00 45.58 0.98 0.74
Hex FE DF 7D 0 C 33 0 2E 62 4A
Octal 376 337 175 0 14 63 0 56 142 112
Binary 11111110 11011111 1111101 0 1100 110011 0 101110 1100010 1001010

Color Harmonies of #FEDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF7D

Black with #FEDF7D

Text Example


Text Example

White with #FEDF7D

Text Example


Text Example

HTML Codes & Css Web 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>