Html Css Color HEX #FEDA86 Golden Glow

📋 copy color: '#FEDA86'

red 254 ◦ green 218 ◦ blue 134

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

Shades of Golden Glow #FEDA86

Tints of Golden Glow #FEDA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.97%

 BLUE value IS 134 (52.73% from 255) = 22.11%

R = 41.91%
G = 35.97%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEDA86 (or 0xFEDA86) is known color: Golden Glow. HEX triplet: FE, DA and 86. RGB value is (254,218,134). Sum of RGB (Red+Green+Blue) = 254+218+134=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA86 is #012579. Grayscale: #DBDBDB. Windows color (decimal): -75130 or 8837886. OLE color: 8837886.

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

Color convert

RGB 254 218 134 -
CMYK 0 0.14 0.47 0.00
HSL 42º 0.98% 0.76% -
HSV(B) 42º 0.47% 1% -
XYZ 70.25 72.93 32.93 -
YUV 219.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 254 218 134 0 0.14 0.47 0.00 42 0.98 0.76
Hex FE DA 86 0 E 2F 0 2A 62 4C
Octal 376 332 206 0 16 57 0 52 142 114
Binary 11111110 11011010 10000110 0 1110 101111 0 101010 1100010 1001100

Color Harmonies of #FEDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA86

Black with #FEDA86

Text Example


Text Example

White with #FEDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA86; }

 p { color: rgb(254,218,134); }

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

background-color css

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

 a { background-color: rgb(254,218,134); }

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

border-color css

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

 span { border-color: rgb(254,218,134); }

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