Html Css Color HEX #F5D17A Golden Glow

📋 copy color: '#F5D17A'

red 245 ◦ green 209 ◦ blue 122

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

Shades of Golden Glow #F5D17A

Tints of Golden Glow #F5D17A

RGB

 RED value IS 245 (96.09% from 255) = 42.53%

 GREEN value IS 209 (82.03% from 255) = 36.28%

 BLUE value IS 122 (48.05% from 255) = 21.18%

R = 42.53%
G = 36.28%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5D17A (or 0xF5D17A) is known color: Golden Glow. HEX triplet: F5, D1 and 7A. RGB value is (245,209,122). Sum of RGB (Red+Green+Blue) = 245+209+122=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D17A is #0A2E85. Grayscale: #D2D2D2. Windows color (decimal): -667270 or 8049141. OLE color: 8049141.

HSL color Cylindrical-coordinate representation of color #F5D17A: hue angle of 42.44º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5D17A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 122 -
CMYK 0 0.15 0.50 0.04
HSL 42.44º 0.86% 0.72% -
HSV(B) 42.44º 0.5% 0.96% -
XYZ 63.97 66.42 27.86 -
YUV 209.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 245 209 122 0 0.15 0.50 0.04 42.44 0.86 0.72
Hex F5 D1 7A 0 F 32 4 2A 56 48
Octal 365 321 172 0 17 62 4 52 126 110
Binary 11110101 11010001 1111010 0 1111 110010 100 101010 1010110 1001000

Color Harmonies of #F5D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D17A

Black with #F5D17A

Text Example


Text Example

White with #F5D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D17A; }

 p { color: rgb(245,209,122); }

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

background-color css

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

 a { background-color: rgb(245,209,122); }

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

border-color css

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

 span { border-color: rgb(245,209,122); }

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