Html Css Color HEX #FEDB8A Golden Glow

📋 copy color: '#FEDB8A'

red 254 ◦ green 219 ◦ blue 138

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

Shades of Golden Glow #FEDB8A

Tints of Golden Glow #FEDB8A

RGB

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

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

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

R = 41.57%
G = 35.84%
B = 22.59%

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

#FEDB8A (or 0xFEDB8A) is known color: Golden Glow. HEX triplet: FE, DB and 8A. RGB value is (254,219,138). Sum of RGB (Red+Green+Blue) = 254+219+138=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB8A is #012475. Grayscale: #DCDCDC. Windows color (decimal): -74870 or 9100286. OLE color: 9100286.

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

Color convert

RGB 254 219 138 -
CMYK 0 0.14 0.46 0.00
HSL 41.9º 0.98% 0.77% -
HSV(B) 41.9º 0.46% 1% -
XYZ 70.79 73.57 34.51 -
YUV 220.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 254 219 138 0 0.14 0.46 0.00 41.9 0.98 0.77
Hex FE DB 8A 0 E 2E 0 2A 62 4D
Octal 376 333 212 0 16 56 0 52 142 115
Binary 11111110 11011011 10001010 0 1110 101110 0 101010 1100010 1001101

Color Harmonies of #FEDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB8A

Black with #FEDB8A

Text Example


Text Example

White with #FEDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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