Html Css Color HEX #FED983 Golden Glow

📋 copy color: '#FED983'

red 254 ◦ green 217 ◦ blue 131

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

Shades of Golden Glow #FED983

Tints of Golden Glow #FED983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.05%

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

R = 42.19%
G = 36.05%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FED983 (or 0xFED983) is known color: Golden Glow. HEX triplet: FE, D9 and 83. RGB value is (254,217,131). Sum of RGB (Red+Green+Blue) = 254+217+131=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 131 (51.56% from 255 or 21.76% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED983 is #01267C. Grayscale: #DADADA. Windows color (decimal): -75389 or 8641022. OLE color: 8641022.

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

Color convert

RGB 254 217 131 -
CMYK 0 0.15 0.48 0.00
HSL 41.95º 0.98% 0.75% -
HSV(B) 41.95º 0.48% 1% -
XYZ 69.78 72.34 31.76 -
YUV 218.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 254 217 131 0 0.15 0.48 0.00 41.95 0.98 0.75
Hex FE D9 83 0 F 30 0 2A 62 4B
Octal 376 331 203 0 17 60 0 52 142 113
Binary 11111110 11011001 10000011 0 1111 110000 0 101010 1100010 1001011

Color Harmonies of #FED983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED983

Black with #FED983

Text Example


Text Example

White with #FED983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED983; }

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

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

background-color css

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

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

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

border-color css

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

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

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