Html Css Color HEX #F8D57D Golden Glow

📋 copy color: '#F8D57D'

red 248 ◦ green 213 ◦ blue 125

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

Shades of Golden Glow #F8D57D

Tints of Golden Glow #F8D57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

 BLUE value IS 125 (49.22% from 255) = 21.33%

R = 42.32%
G = 36.35%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8D57D (or 0xF8D57D) is known color: Golden Glow. HEX triplet: F8, D5 and 7D. RGB value is (248,213,125). Sum of RGB (Red+Green+Blue) = 248+213+125=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D57D is #072A82. Grayscale: #D5D5D5. Windows color (decimal): -469635 or 8246776. OLE color: 8246776.

HSL color Cylindrical-coordinate representation of color #F8D57D: hue angle of 42.93º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8D57D is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 213 125 -
CMYK 0 0.14 0.50 0.03
HSL 42.93º 0.9% 0.73% -
HSV(B) 42.93º 0.5% 0.97% -
XYZ 66.21 69.03 29.24 -
YUV 213.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 248 213 125 0 0.14 0.50 0.03 42.93 0.9 0.73
Hex F8 D5 7D 0 E 32 3 2B 5A 49
Octal 370 325 175 0 16 62 3 53 132 111
Binary 11111000 11010101 1111101 0 1110 110010 11 101011 1011010 1001001

Color Harmonies of #F8D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D57D

Black with #F8D57D

Text Example


Text Example

White with #F8D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D57D; }

 p { color: rgb(248,213,125); }

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

background-color css

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

 a { background-color: rgb(248,213,125); }

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

border-color css

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

 span { border-color: rgb(248,213,125); }

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