Html Css Color HEX #F8D474 Golden Glow

📋 copy color: '#F8D474'

red 248 ◦ green 212 ◦ blue 116

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

Shades of Golden Glow #F8D474

Tints of Golden Glow #F8D474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.14%

R = 43.06%
G = 36.81%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8D474 (or 0xF8D474) is known color: Golden Glow. HEX triplet: F8, D4 and 74. RGB value is (248,212,116). Sum of RGB (Red+Green+Blue) = 248+212+116=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D474 is #072B8B. Grayscale: #D4D4D4. Windows color (decimal): -469900 or 7656696. OLE color: 7656696.

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

Color convert

RGB 248 212 116 -
CMYK 0 0.15 0.53 0.03
HSL 43.64º 0.9% 0.71% -
HSV(B) 43.64º 0.53% 0.97% -
XYZ 65.41 68.3 26.26 -
YUV 211.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 248 212 116 0 0.15 0.53 0.03 43.64 0.9 0.71
Hex F8 D4 74 0 F 35 3 2C 5A 47
Octal 370 324 164 0 17 65 3 54 132 107
Binary 11111000 11010100 1110100 0 1111 110101 11 101100 1011010 1000111

Color Harmonies of #F8D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D474

Black with #F8D474

Text Example


Text Example

White with #F8D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D474; }

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

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

background-color css

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

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

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

border-color css

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

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

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