Html Css Color HEX #FEDB84 Golden Glow

📋 copy color: '#FEDB84'

red 254 ◦ green 219 ◦ blue 132

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

Shades of Golden Glow #FEDB84

Tints of Golden Glow #FEDB84

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

 BLUE value IS 132 (51.95% from 255) = 21.82%

R = 41.98%
G = 36.2%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEDB84 (or 0xFEDB84) is known color: Golden Glow. HEX triplet: FE, DB and 84. RGB value is (254,219,132). Sum of RGB (Red+Green+Blue) = 254+219+132=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB84 is #01247B. Grayscale: #DBDBDB. Windows color (decimal): -74876 or 8707070. OLE color: 8707070.

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

Color convert

RGB 254 219 132 -
CMYK 0 0.14 0.48 0.00
HSL 42.79º 0.98% 0.76% -
HSV(B) 42.79º 0.48% 1% -
XYZ 70.37 73.4 32.29 -
YUV 219.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 254 219 132 0 0.14 0.48 0.00 42.79 0.98 0.76
Hex FE DB 84 0 E 30 0 2B 62 4C
Octal 376 333 204 0 16 60 0 53 142 114
Binary 11111110 11011011 10000100 0 1110 110000 0 101011 1100010 1001100

Color Harmonies of #FEDB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB84

Black with #FEDB84

Text Example


Text Example

White with #FEDB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB84; }

 p { color: rgb(254,219,132); }

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

background-color css

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

 a { background-color: rgb(254,219,132); }

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

border-color css

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

 span { border-color: rgb(254,219,132); }

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