Html Css Color HEX #F6D275 Golden Glow

📋 copy color: '#F6D275'

red 246 ◦ green 210 ◦ blue 117

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

Shades of Golden Glow #F6D275

Tints of Golden Glow #F6D275

RGB

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

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

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

R = 42.93%
G = 36.65%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F6D275 (or 0xF6D275) is known color: Golden Glow. HEX triplet: F6, D2 and 75. RGB value is (246,210,117). Sum of RGB (Red+Green+Blue) = 246+210+117=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D275 is #092D8A. Grayscale: #D2D2D2. Windows color (decimal): -601483 or 7721718. OLE color: 7721718.

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

Color convert

RGB 246 210 117 -
CMYK 0 0.15 0.52 0.04
HSL 43.26º 0.88% 0.71% -
HSV(B) 43.26º 0.52% 0.96% -
XYZ 64.26 66.97 26.37 -
YUV 210.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 246 210 117 0 0.15 0.52 0.04 43.26 0.88 0.71
Hex F6 D2 75 0 F 34 4 2B 58 47
Octal 366 322 165 0 17 64 4 53 130 107
Binary 11110110 11010010 1110101 0 1111 110100 100 101011 1011000 1000111

Color Harmonies of #F6D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D275

Black with #F6D275

Text Example


Text Example

White with #F6D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D275; }

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

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

background-color css

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

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

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

border-color css

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

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

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