Html Css Color HEX #FED982 Golden Glow

📋 copy color: '#FED982'

red 254 ◦ green 217 ◦ blue 130

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

Shades of Golden Glow #FED982

Tints of Golden Glow #FED982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.63%

R = 42.26%
G = 36.11%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FED982 (or 0xFED982) is known color: Golden Glow. HEX triplet: FE, D9 and 82. RGB value is (254,217,130). Sum of RGB (Red+Green+Blue) = 254+217+130=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FED982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED982 is #01267D. Grayscale: #DADADA. Windows color (decimal): -75390 or 8575486. OLE color: 8575486.

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

Color convert

RGB 254 217 130 -
CMYK 0 0.15 0.49 0.00
HSL 42.1º 0.98% 0.75% -
HSV(B) 42.1º 0.49% 1% -
XYZ 69.72 72.31 31.4 -
YUV 218.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 254 217 130 0 0.15 0.49 0.00 42.1 0.98 0.75
Hex FE D9 82 0 F 31 0 2A 62 4B
Octal 376 331 202 0 17 61 0 52 142 113
Binary 11111110 11011001 10000010 0 1111 110001 0 101010 1100010 1001011

Color Harmonies of #FED982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED982

Black with #FED982

Text Example


Text Example

White with #FED982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED982; }

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

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

background-color css

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

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

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

border-color css

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

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

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