Html Css Color HEX #FEDE83 Golden Glow

📋 copy color: '#FEDE83'

red 254 ◦ green 222 ◦ blue 131

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

Shades of Golden Glow #FEDE83

Tints of Golden Glow #FEDE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.58%

R = 41.85%
G = 36.57%
B = 21.58%

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

#FEDE83 (or 0xFEDE83) is known color: Golden Glow. HEX triplet: FE, DE and 83. RGB value is (254,222,131). Sum of RGB (Red+Green+Blue) = 254+222+131=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE83 is #01217C. Grayscale: #DDDDDD. Windows color (decimal): -74109 or 8642302. OLE color: 8642302.

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

Color convert

RGB 254 222 131 -
CMYK 0 0.13 0.48 0.00
HSL 44.39º 0.98% 0.75% -
HSV(B) 44.39º 0.48% 1% -
XYZ 71.09 74.95 32.19 -
YUV 221.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 254 222 131 0 0.13 0.48 0.00 44.39 0.98 0.75
Hex FE DE 83 0 D 30 0 2C 62 4B
Octal 376 336 203 0 15 60 0 54 142 113
Binary 11111110 11011110 10000011 0 1101 110000 0 101100 1100010 1001011

Color Harmonies of #FEDE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE83

Black with #FEDE83

Text Example


Text Example

White with #FEDE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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