Html Css Color HEX #F8DC86 Golden Glow

📋 copy color: '#F8DC86'

red 248 ◦ green 220 ◦ blue 134

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

Shades of Golden Glow #F8DC86

Tints of Golden Glow #F8DC86

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

 BLUE value IS 134 (52.73% from 255) = 22.26%

R = 41.2%
G = 36.54%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8DC86 (or 0xF8DC86) is known color: Golden Glow. HEX triplet: F8, DC and 86. RGB value is (248,220,134). Sum of RGB (Red+Green+Blue) = 248+220+134=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC86 is #072379. Grayscale: #DADADA. Windows color (decimal): -467834 or 8838392. OLE color: 8838392.

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

Color convert

RGB 248 220 134 -
CMYK 0 0.11 0.46 0.03
HSL 45.26º 0.89% 0.75% -
HSV(B) 45.26º 0.46% 0.97% -
XYZ 68.61 72.86 33 -
YUV 218.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 248 220 134 0 0.11 0.46 0.03 45.26 0.89 0.75
Hex F8 DC 86 0 B 2E 3 2D 59 4B
Octal 370 334 206 0 13 56 3 55 131 113
Binary 11111000 11011100 10000110 0 1011 101110 11 101101 1011001 1001011

Color Harmonies of #F8DC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC86

Black with #F8DC86

Text Example


Text Example

White with #F8DC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC86; }

 p { color: rgb(248,220,134); }

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

background-color css

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

 a { background-color: rgb(248,220,134); }

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

border-color css

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

 span { border-color: rgb(248,220,134); }

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