Html Css Color HEX #F8D77F Golden Glow

📋 copy color: '#F8D77F'

red 248 ◦ green 215 ◦ blue 127

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

Shades of Golden Glow #F8D77F

Tints of Golden Glow #F8D77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.44%

 BLUE value IS 127 (50% from 255) = 21.53%

R = 42.03%
G = 36.44%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8D77F (or 0xF8D77F) is known color: Golden Glow. HEX triplet: F8, D7 and 7F. RGB value is (248,215,127). Sum of RGB (Red+Green+Blue) = 248+215+127=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D77F is #072880. Grayscale: #D7D7D7. Windows color (decimal): -469121 or 8378360. OLE color: 8378360.

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

Color convert

RGB 248 215 127 -
CMYK 0 0.13 0.49 0.03
HSL 43.64º 0.9% 0.74% -
HSV(B) 43.64º 0.49% 0.97% -
XYZ 66.84 70.09 30.08 -
YUV 214.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 248 215 127 0 0.13 0.49 0.03 43.64 0.9 0.74
Hex F8 D7 7F 0 D 31 3 2C 5A 4A
Octal 370 327 177 0 15 61 3 54 132 112
Binary 11111000 11010111 1111111 0 1101 110001 11 101100 1011010 1001010

Color Harmonies of #F8D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D77F

Black with #F8D77F

Text Example


Text Example

White with #F8D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D77F; }

 p { color: rgb(248,215,127); }

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

background-color css

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

 a { background-color: rgb(248,215,127); }

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

border-color css

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

 span { border-color: rgb(248,215,127); }

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