Html Css Color HEX #FEDB83 Golden Glow

📋 copy color: '#FEDB83'

red 254 ◦ green 219 ◦ blue 131

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

Shades of Golden Glow #FEDB83

Tints of Golden Glow #FEDB83

RGB

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

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

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

R = 42.05%
G = 36.26%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEDB83 (or 0xFEDB83) is known color: Golden Glow. HEX triplet: FE, DB and 83. RGB value is (254,219,131). Sum of RGB (Red+Green+Blue) = 254+219+131=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB83 is #01247C. Grayscale: #DBDBDB. Windows color (decimal): -74877 or 8641534. OLE color: 8641534.

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

Color convert

RGB 254 219 131 -
CMYK 0 0.14 0.48 0.00
HSL 42.93º 0.98% 0.75% -
HSV(B) 42.93º 0.48% 1% -
XYZ 70.3 73.37 31.93 -
YUV 219.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 254 219 131 0 0.14 0.48 0.00 42.93 0.98 0.75
Hex FE DB 83 0 E 30 0 2B 62 4B
Octal 376 333 203 0 16 60 0 53 142 113
Binary 11111110 11011011 10000011 0 1110 110000 0 101011 1100010 1001011

Color Harmonies of #FEDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB83

Black with #FEDB83

Text Example


Text Example

White with #FEDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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