Html Css Color HEX #FEDD7C Golden Glow

📋 copy color: '#FEDD7C'

red 254 ◦ green 221 ◦ blue 124

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

Shades of Golden Glow #FEDD7C

Tints of Golden Glow #FEDD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.89%

 BLUE value IS 124 (48.83% from 255) = 20.7%

R = 42.4%
G = 36.89%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEDD7C (or 0xFEDD7C) is known color: Golden Glow. HEX triplet: FE, DD and 7C. RGB value is (254,221,124). Sum of RGB (Red+Green+Blue) = 254+221+124=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD7C is #012283. Grayscale: #DCDCDC. Windows color (decimal): -74372 or 8183294. OLE color: 8183294.

HSL color Cylindrical-coordinate representation of color #FEDD7C: hue angle of 44.77º 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 #FEDD7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 124 -
CMYK 0 0.13 0.51 0.00
HSL 44.77º 0.98% 0.74% -
HSV(B) 44.77º 0.51% 1% -
XYZ 70.37 74.24 29.69 -
YUV 219.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 254 221 124 0 0.13 0.51 0.00 44.77 0.98 0.74
Hex FE DD 7C 0 D 33 0 2D 62 4A
Octal 376 335 174 0 15 63 0 55 142 112
Binary 11111110 11011101 1111100 0 1101 110011 0 101101 1100010 1001010

Color Harmonies of #FEDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD7C

Black with #FEDD7C

Text Example


Text Example

White with #FEDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD7C; }

 p { color: rgb(254,221,124); }

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

background-color css

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

 a { background-color: rgb(254,221,124); }

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

border-color css

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

 span { border-color: rgb(254,221,124); }

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