Html Css Color HEX #FEDC85 Golden Glow

📋 copy color: '#FEDC85'

red 254 ◦ green 220 ◦ blue 133

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

Shades of Golden Glow #FEDC85

Tints of Golden Glow #FEDC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.24%

 BLUE value IS 133 (52.34% from 255) = 21.91%

R = 41.85%
G = 36.24%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEDC85 (or 0xFEDC85) is known color: Golden Glow. HEX triplet: FE, DC and 85. RGB value is (254,220,133). Sum of RGB (Red+Green+Blue) = 254+220+133=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC85 is #01237A. Grayscale: #DCDCDC. Windows color (decimal): -74619 or 8772862. OLE color: 8772862.

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

Color convert

RGB 254 220 133 -
CMYK 0 0.13 0.48 0.00
HSL 43.14º 0.98% 0.76% -
HSV(B) 43.14º 0.48% 1% -
XYZ 70.7 73.95 32.74 -
YUV 220.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 254 220 133 0 0.13 0.48 0.00 43.14 0.98 0.76
Hex FE DC 85 0 D 30 0 2B 62 4C
Octal 376 334 205 0 15 60 0 53 142 114
Binary 11111110 11011100 10000101 0 1101 110000 0 101011 1100010 1001100

Color Harmonies of #FEDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC85

Black with #FEDC85

Text Example


Text Example

White with #FEDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC85; }

 p { color: rgb(254,220,133); }

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

background-color css

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

 a { background-color: rgb(254,220,133); }

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

border-color css

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

 span { border-color: rgb(254,220,133); }

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