Html Css Color HEX #FEDF7F Golden Glow

📋 copy color: '#FEDF7F'

red 254 ◦ green 223 ◦ blue 127

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

Shades of Golden Glow #FEDF7F

Tints of Golden Glow #FEDF7F

RGB

 RED value IS 254 (99.61% from 255) = 42.05%

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 127 (50% from 255) = 21.03%

R = 42.05%
G = 36.92%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEDF7F (or 0xFEDF7F) is known color: Golden Glow. HEX triplet: FE, DF and 7F. RGB value is (254,223,127). Sum of RGB (Red+Green+Blue) = 254+223+127=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF7F is #012080. Grayscale: #DDDDDD. Windows color (decimal): -73857 or 8380414. OLE color: 8380414.

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

Color convert

RGB 254 223 127 -
CMYK 0 0.12 0.50 0.00
HSL 45.35º 0.98% 0.75% -
HSV(B) 45.35º 0.5% 1% -
XYZ 71.09 75.38 30.88 -
YUV 221.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 254 223 127 0 0.12 0.50 0.00 45.35 0.98 0.75
Hex FE DF 7F 0 C 32 0 2D 62 4B
Octal 376 337 177 0 14 62 0 55 142 113
Binary 11111110 11011111 1111111 0 1100 110010 0 101101 1100010 1001011

Color Harmonies of #FEDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF7F

Black with #FEDF7F

Text Example


Text Example

White with #FEDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF7F; }

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

 H1.HeaderClassName
 {
   color: #FEDF7F;
 }
 .AnyTagClassName
 {
   color: #FEDF7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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