Html Css Color HEX #F5D37A Golden Glow

📋 copy color: '#F5D37A'

red 245 ◦ green 211 ◦ blue 122

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

Shades of Golden Glow #F5D37A

Tints of Golden Glow #F5D37A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.51%

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

R = 42.39%
G = 36.51%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5D37A (or 0xF5D37A) is known color: Golden Glow. HEX triplet: F5, D3 and 7A. RGB value is (245,211,122). Sum of RGB (Red+Green+Blue) = 245+211+122=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D37A is #0A2C85. Grayscale: #D3D3D3. Windows color (decimal): -666758 or 8049653. OLE color: 8049653.

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

Color convert

RGB 245 211 122 -
CMYK 0 0.14 0.50 0.04
HSL 43.41º 0.86% 0.72% -
HSV(B) 43.41º 0.5% 0.96% -
XYZ 64.46 67.41 28.03 -
YUV 211.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 245 211 122 0 0.14 0.50 0.04 43.41 0.86 0.72
Hex F5 D3 7A 0 E 32 4 2B 56 48
Octal 365 323 172 0 16 62 4 53 126 110
Binary 11110101 11010011 1111010 0 1110 110010 100 101011 1010110 1001000

Color Harmonies of #F5D37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D37A

Black with #F5D37A

Text Example


Text Example

White with #F5D37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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