Html Css Color HEX #FED98A Golden Glow

📋 copy color: '#FED98A'

red 254 ◦ green 217 ◦ blue 138

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

Shades of Golden Glow #FED98A

Tints of Golden Glow #FED98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.66%

R = 41.71%
G = 35.63%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FED98A (or 0xFED98A) is known color: Golden Glow. HEX triplet: FE, D9 and 8A. RGB value is (254,217,138). Sum of RGB (Red+Green+Blue) = 254+217+138=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED98A is #012675. Grayscale: #DBDBDB. Windows color (decimal): -75382 or 9099774. OLE color: 9099774.

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

Color convert

RGB 254 217 138 -
CMYK 0 0.15 0.46 0.00
HSL 40.86º 0.98% 0.77% -
HSV(B) 40.86º 0.46% 1% -
XYZ 70.27 72.53 34.34 -
YUV 219.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 254 217 138 0 0.15 0.46 0.00 40.86 0.98 0.77
Hex FE D9 8A 0 F 2E 0 29 62 4D
Octal 376 331 212 0 17 56 0 51 142 115
Binary 11111110 11011001 10001010 0 1111 101110 0 101001 1100010 1001101

Color Harmonies of #FED98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED98A

Black with #FED98A

Text Example


Text Example

White with #FED98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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