Html Css Color HEX #F7D275 Golden Glow

📋 copy color: '#F7D275'

red 247 ◦ green 210 ◦ blue 117

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

Shades of Golden Glow #F7D275

Tints of Golden Glow #F7D275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.59%

 BLUE value IS 117 (46.09% from 255) = 20.38%

R = 43.03%
G = 36.59%
B = 20.38%

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

#F7D275 (or 0xF7D275) is known color: Golden Glow. HEX triplet: F7, D2 and 75. RGB value is (247,210,117). Sum of RGB (Red+Green+Blue) = 247+210+117=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D275 is #082D8A. Grayscale: #D2D2D2. Windows color (decimal): -535947 or 7721719. OLE color: 7721719.

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

Color convert

RGB 247 210 117 -
CMYK 0 0.15 0.53 0.03
HSL 42.92º 0.89% 0.71% -
HSV(B) 42.92º 0.53% 0.97% -
XYZ 64.62 67.15 26.39 -
YUV 210.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 247 210 117 0 0.15 0.53 0.03 42.92 0.89 0.71
Hex F7 D2 75 0 F 35 3 2B 59 47
Octal 367 322 165 0 17 65 3 53 131 107
Binary 11110111 11010010 1110101 0 1111 110101 11 101011 1011001 1000111

Color Harmonies of #F7D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D275

Black with #F7D275

Text Example


Text Example

White with #F7D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D275; }

 p { color: rgb(247,210,117); }

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

background-color css

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

 a { background-color: rgb(247,210,117); }

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

border-color css

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

 span { border-color: rgb(247,210,117); }

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