Html Css Color HEX #F7D680 Golden Glow

📋 copy color: '#F7D680'

red 247 ◦ green 214 ◦ blue 128

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

Shades of Golden Glow #F7D680

Tints of Golden Glow #F7D680

RGB

 RED value IS 247 (96.88% from 255) = 41.94%

 GREEN value IS 214 (83.98% from 255) = 36.33%

 BLUE value IS 128 (50.39% from 255) = 21.73%

R = 41.94%
G = 36.33%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7D680 (or 0xF7D680) is known color: Golden Glow. HEX triplet: F7, D6 and 80. RGB value is (247,214,128). Sum of RGB (Red+Green+Blue) = 247+214+128=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D680 is #08297F. Grayscale: #D6D6D6. Windows color (decimal): -534912 or 8443639. OLE color: 8443639.

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

Color convert

RGB 247 214 128 -
CMYK 0 0.13 0.48 0.03
HSL 43.36º 0.88% 0.74% -
HSV(B) 43.36º 0.48% 0.97% -
XYZ 66.3 69.43 30.33 -
YUV 214.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 247 214 128 0 0.13 0.48 0.03 43.36 0.88 0.74
Hex F7 D6 80 0 D 30 3 2B 58 4A
Octal 367 326 200 0 15 60 3 53 130 112
Binary 11110111 11010110 10000000 0 1101 110000 11 101011 1011000 1001010

Color Harmonies of #F7D680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D680

Black with #F7D680

Text Example


Text Example

White with #F7D680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D680; }

 p { color: rgb(247,214,128); }

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

background-color css

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

 a { background-color: rgb(247,214,128); }

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

border-color css

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

 span { border-color: rgb(247,214,128); }

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