Html Css Color HEX #FEDB88 Golden Glow

📋 copy color: '#FEDB88'

red 254 ◦ green 219 ◦ blue 136

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

Shades of Golden Glow #FEDB88

Tints of Golden Glow #FEDB88

RGB

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

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

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

R = 41.71%
G = 35.96%
B = 22.33%

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

#FEDB88 (or 0xFEDB88) is known color: Golden Glow. HEX triplet: FE, DB and 88. RGB value is (254,219,136). Sum of RGB (Red+Green+Blue) = 254+219+136=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB88 is #012477. Grayscale: #DCDCDC. Windows color (decimal): -74872 or 8969214. OLE color: 8969214.

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

Color convert

RGB 254 219 136 -
CMYK 0 0.14 0.46 0.00
HSL 42.2º 0.98% 0.76% -
HSV(B) 42.2º 0.46% 1% -
XYZ 70.65 73.51 33.76 -
YUV 220 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 254 219 136 0 0.14 0.46 0.00 42.2 0.98 0.76
Hex FE DB 88 0 E 2E 0 2A 62 4C
Octal 376 333 210 0 16 56 0 52 142 114
Binary 11111110 11011011 10001000 0 1110 101110 0 101010 1100010 1001100

Color Harmonies of #FEDB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB88

Black with #FEDB88

Text Example


Text Example

White with #FEDB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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