Html Css Color HEX #FEDE85 Golden Glow

📋 copy color: '#FEDE85'

red 254 ◦ green 222 ◦ blue 133

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

Shades of Golden Glow #FEDE85

Tints of Golden Glow #FEDE85

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.45%

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

R = 41.71%
G = 36.45%
B = 21.84%

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

#FEDE85 (or 0xFEDE85) is known color: Golden Glow. HEX triplet: FE, DE and 85. RGB value is (254,222,133). Sum of RGB (Red+Green+Blue) = 254+222+133=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE85 is #01217A. Grayscale: #DDDDDD. Windows color (decimal): -74107 or 8773374. OLE color: 8773374.

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

Color convert

RGB 254 222 133 -
CMYK 0 0.13 0.48 0.00
HSL 44.13º 0.98% 0.76% -
HSV(B) 44.13º 0.48% 1% -
XYZ 71.23 75.01 32.91 -
YUV 221.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 254 222 133 0 0.13 0.48 0.00 44.13 0.98 0.76
Hex FE DE 85 0 D 30 0 2C 62 4C
Octal 376 336 205 0 15 60 0 54 142 114
Binary 11111110 11011110 10000101 0 1101 110000 0 101100 1100010 1001100

Color Harmonies of #FEDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE85

Black with #FEDE85

Text Example


Text Example

White with #FEDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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