Html Css Color HEX #F8D47F Golden Glow

📋 copy color: '#F8D47F'

red 248 ◦ green 212 ◦ blue 127

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

Shades of Golden Glow #F8D47F

Tints of Golden Glow #F8D47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

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

R = 42.25%
G = 36.12%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8D47F (or 0xF8D47F) is known color: Golden Glow. HEX triplet: F8, D4 and 7F. RGB value is (248,212,127). Sum of RGB (Red+Green+Blue) = 248+212+127=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D47F is #072B80. Grayscale: #D5D5D5. Windows color (decimal): -469889 or 8377592. OLE color: 8377592.

HSL color Cylindrical-coordinate representation of color #F8D47F: hue angle of 42.15º 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 #F8D47F is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 212 127 -
CMYK 0 0.15 0.49 0.03
HSL 42.15º 0.9% 0.74% -
HSV(B) 42.15º 0.49% 0.97% -
XYZ 66.09 68.58 29.83 -
YUV 213.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 248 212 127 0 0.15 0.49 0.03 42.15 0.9 0.74
Hex F8 D4 7F 0 F 31 3 2A 5A 4A
Octal 370 324 177 0 17 61 3 52 132 112
Binary 11111000 11010100 1111111 0 1111 110001 11 101010 1011010 1001010

Color Harmonies of #F8D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D47F

Black with #F8D47F

Text Example


Text Example

White with #F8D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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