Html Css Color HEX #F6D474 Golden Glow

📋 copy color: '#F6D474'

red 246 ◦ green 212 ◦ blue 116

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

Shades of Golden Glow #F6D474

Tints of Golden Glow #F6D474

RGB

 RED value IS 246 (96.48% from 255) = 42.86%

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

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

R = 42.86%
G = 36.93%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F6D474 (or 0xF6D474) is known color: Golden Glow. HEX triplet: F6, D4 and 74. RGB value is (246,212,116). Sum of RGB (Red+Green+Blue) = 246+212+116=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D474 is #092B8B. Grayscale: #D3D3D3. Windows color (decimal): -600972 or 7656694. OLE color: 7656694.

HSL color Cylindrical-coordinate representation of color #F6D474: hue angle of 44.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6D474 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 212 116 -
CMYK 0 0.14 0.53 0.04
HSL 44.31º 0.88% 0.71% -
HSV(B) 44.31º 0.53% 0.96% -
XYZ 64.7 67.94 26.23 -
YUV 211.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 246 212 116 0 0.14 0.53 0.04 44.31 0.88 0.71
Hex F6 D4 74 0 E 35 4 2C 58 47
Octal 366 324 164 0 16 65 4 54 130 107
Binary 11110110 11010100 1110100 0 1110 110101 100 101100 1011000 1000111

Color Harmonies of #F6D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D474

Black with #F6D474

Text Example


Text Example

White with #F6D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D474; }

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

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

background-color css

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

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

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

border-color css

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

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

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