Html Css Color HEX #FEDC8A Golden Glow

📋 copy color: '#FEDC8A'

red 254 ◦ green 220 ◦ blue 138

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

Shades of Golden Glow #FEDC8A

Tints of Golden Glow #FEDC8A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.95%

 BLUE value IS 138 (54.3% from 255) = 22.55%

R = 41.5%
G = 35.95%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEDC8A (or 0xFEDC8A) is known color: Golden Glow. HEX triplet: FE, DC and 8A. RGB value is (254,220,138). Sum of RGB (Red+Green+Blue) = 254+220+138=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC8A is #012375. Grayscale: #DDDDDD. Windows color (decimal): -74614 or 9100542. OLE color: 9100542.

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

Color convert

RGB 254 220 138 -
CMYK 0 0.13 0.46 0.00
HSL 42.41º 0.98% 0.77% -
HSV(B) 42.41º 0.46% 1% -
XYZ 71.05 74.09 34.6 -
YUV 220.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 254 220 138 0 0.13 0.46 0.00 42.41 0.98 0.77
Hex FE DC 8A 0 D 2E 0 2A 62 4D
Octal 376 334 212 0 15 56 0 52 142 115
Binary 11111110 11011100 10001010 0 1101 101110 0 101010 1100010 1001101

Color Harmonies of #FEDC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC8A

Black with #FEDC8A

Text Example


Text Example

White with #FEDC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC8A; }

 p { color: rgb(254,220,138); }

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

background-color css

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

 a { background-color: rgb(254,220,138); }

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

border-color css

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

 span { border-color: rgb(254,220,138); }

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