Html Css Color HEX #FEDF83 Golden Glow

📋 copy color: '#FEDF83'

red 254 ◦ green 223 ◦ blue 131

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

Shades of Golden Glow #FEDF83

Tints of Golden Glow #FEDF83

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.68%

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

R = 41.78%
G = 36.68%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEDF83 (or 0xFEDF83) is known color: Golden Glow. HEX triplet: FE, DF and 83. RGB value is (254,223,131). Sum of RGB (Red+Green+Blue) = 254+223+131=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF83 is #01207C. Grayscale: #DEDEDE. Windows color (decimal): -73853 or 8642558. OLE color: 8642558.

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

Color convert

RGB 254 223 131 -
CMYK 0 0.12 0.48 0.00
HSL 44.88º 0.98% 0.75% -
HSV(B) 44.88º 0.48% 1% -
XYZ 71.36 75.48 32.28 -
YUV 221.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 254 223 131 0 0.12 0.48 0.00 44.88 0.98 0.75
Hex FE DF 83 0 C 30 0 2D 62 4B
Octal 376 337 203 0 14 60 0 55 142 113
Binary 11111110 11011111 10000011 0 1100 110000 0 101101 1100010 1001011

Color Harmonies of #FEDF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF83

Black with #FEDF83

Text Example


Text Example

White with #FEDF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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