Html Css Color HEX #F7D570 Golden Glow

📋 copy color: '#F7D570'

red 247 ◦ green 213 ◦ blue 112

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

Shades of Golden Glow #F7D570

Tints of Golden Glow #F7D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

 BLUE value IS 112 (44.14% from 255) = 19.58%

R = 43.18%
G = 37.24%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7D570 (or 0xF7D570) is known color: Golden Glow. HEX triplet: F7, D5 and 70. RGB value is (247,213,112). Sum of RGB (Red+Green+Blue) = 247+213+112=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D570 is #082A8F. Grayscale: #D4D4D4. Windows color (decimal): -535184 or 7394807. OLE color: 7394807.

HSL color Cylindrical-coordinate representation of color #F7D570: hue angle of 44.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7D570 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 213 112 -
CMYK 0 0.14 0.55 0.03
HSL 44.89º 0.89% 0.7% -
HSV(B) 44.89º 0.55% 0.97% -
XYZ 65.08 68.53 25.13 -
YUV 211.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 247 213 112 0 0.14 0.55 0.03 44.89 0.89 0.7
Hex F7 D5 70 0 E 37 3 2D 59 46
Octal 367 325 160 0 16 67 3 55 131 106
Binary 11110111 11010101 1110000 0 1110 110111 11 101101 1011001 1000110

Color Harmonies of #F7D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D570

Black with #F7D570

Text Example


Text Example

White with #F7D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D570; }

 p { color: rgb(247,213,112); }

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

background-color css

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

 a { background-color: rgb(247,213,112); }

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

border-color css

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

 span { border-color: rgb(247,213,112); }

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