Html Css Color HEX #F5D57A Golden Glow

📋 copy color: '#F5D57A'

red 245 ◦ green 213 ◦ blue 122

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

Shades of Golden Glow #F5D57A

Tints of Golden Glow #F5D57A

RGB

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

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

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

R = 42.24%
G = 36.72%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5D57A (or 0xF5D57A) is known color: Golden Glow. HEX triplet: F5, D5 and 7A. RGB value is (245,213,122). Sum of RGB (Red+Green+Blue) = 245+213+122=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D57A is #0A2A85. Grayscale: #D4D4D4. Windows color (decimal): -666246 or 8050165. OLE color: 8050165.

HSL color Cylindrical-coordinate representation of color #F5D57A: hue angle of 44.39º 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 #F5D57A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 213 122 -
CMYK 0 0.13 0.50 0.04
HSL 44.39º 0.86% 0.72% -
HSV(B) 44.39º 0.5% 0.96% -
XYZ 64.96 68.41 28.19 -
YUV 212.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 245 213 122 0 0.13 0.50 0.04 44.39 0.86 0.72
Hex F5 D5 7A 0 D 32 4 2C 56 48
Octal 365 325 172 0 15 62 4 54 126 110
Binary 11110101 11010101 1111010 0 1101 110010 100 101100 1010110 1001000

Color Harmonies of #F5D57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D57A

Black with #F5D57A

Text Example


Text Example

White with #F5D57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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