Html Css Color HEX #F8D982 Golden Glow

📋 copy color: '#F8D982'

red 248 ◦ green 217 ◦ blue 130

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

Shades of Golden Glow #F8D982

Tints of Golden Glow #F8D982

RGB

 RED value IS 248 (97.27% from 255) = 41.68%

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

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

R = 41.68%
G = 36.47%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8D982 (or 0xF8D982) is known color: Golden Glow. HEX triplet: F8, D9 and 82. RGB value is (248,217,130). Sum of RGB (Red+Green+Blue) = 248+217+130=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D982 is #07267D. Grayscale: #D8D8D8. Windows color (decimal): -468606 or 8575480. OLE color: 8575480.

HSL color Cylindrical-coordinate representation of color #F8D982: hue angle of 44.24º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8D982 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 217 130 -
CMYK 0 0.12 0.48 0.03
HSL 44.24º 0.89% 0.74% -
HSV(B) 44.24º 0.48% 0.97% -
XYZ 67.55 71.19 31.3 -
YUV 216.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 248 217 130 0 0.12 0.48 0.03 44.24 0.89 0.74
Hex F8 D9 82 0 C 30 3 2C 59 4A
Octal 370 331 202 0 14 60 3 54 131 112
Binary 11111000 11011001 10000010 0 1100 110000 11 101100 1011001 1001010

Color Harmonies of #F8D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D982

Black with #F8D982

Text Example


Text Example

White with #F8D982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D982; }

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

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

background-color css

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

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

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

border-color css

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

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

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