Html Css Color HEX #FEDA88 Golden Glow

📋 copy color: '#FEDA88'

red 254 ◦ green 218 ◦ blue 136

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

Shades of Golden Glow #FEDA88

Tints of Golden Glow #FEDA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.37%

R = 41.78%
G = 35.86%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEDA88 (or 0xFEDA88) is known color: Golden Glow. HEX triplet: FE, DA and 88. RGB value is (254,218,136). Sum of RGB (Red+Green+Blue) = 254+218+136=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA88 is #012577. Grayscale: #DBDBDB. Windows color (decimal): -75128 or 8968958. OLE color: 8968958.

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

Color convert

RGB 254 218 136 -
CMYK 0 0.14 0.46 0.00
HSL 41.69º 0.98% 0.76% -
HSV(B) 41.69º 0.46% 1% -
XYZ 70.39 72.99 33.67 -
YUV 219.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 254 218 136 0 0.14 0.46 0.00 41.69 0.98 0.76
Hex FE DA 88 0 E 2E 0 2A 62 4C
Octal 376 332 210 0 16 56 0 52 142 114
Binary 11111110 11011010 10001000 0 1110 101110 0 101010 1100010 1001100

Color Harmonies of #FEDA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA88

Black with #FEDA88

Text Example


Text Example

White with #FEDA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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