Html Css Color HEX #FEDA87 Golden Glow

📋 copy color: '#FEDA87'

red 254 ◦ green 218 ◦ blue 135

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

Shades of Golden Glow #FEDA87

Tints of Golden Glow #FEDA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.24%

R = 41.85%
G = 35.91%
B = 22.24%

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

#FEDA87 (or 0xFEDA87) is known color: Golden Glow. HEX triplet: FE, DA and 87. RGB value is (254,218,135). Sum of RGB (Red+Green+Blue) = 254+218+135=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 135 (53.12% from 255 or 22.24% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA87 is #012578. Grayscale: #DBDBDB. Windows color (decimal): -75129 or 8903422. OLE color: 8903422.

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

Color convert

RGB 254 218 135 -
CMYK 0 0.14 0.47 0.00
HSL 41.85º 0.98% 0.76% -
HSV(B) 41.85º 0.47% 1% -
XYZ 70.32 72.96 33.3 -
YUV 219.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 254 218 135 0 0.14 0.47 0.00 41.85 0.98 0.76
Hex FE DA 87 0 E 2F 0 2A 62 4C
Octal 376 332 207 0 16 57 0 52 142 114
Binary 11111110 11011010 10000111 0 1110 101111 0 101010 1100010 1001100

Color Harmonies of #FEDA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA87

Black with #FEDA87

Text Example


Text Example

White with #FEDA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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