Html Css Color HEX #F5D78A Golden Glow

📋 copy color: '#F5D78A'

red 245 ◦ green 215 ◦ blue 138

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

Shades of Golden Glow #F5D78A

Tints of Golden Glow #F5D78A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.95%

 BLUE value IS 138 (54.3% from 255) = 23.08%

R = 40.97%
G = 35.95%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5D78A (or 0xF5D78A) is known color: Golden Glow. HEX triplet: F5, D7 and 8A. RGB value is (245,215,138). Sum of RGB (Red+Green+Blue) = 245+215+138=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D78A is #0A2875. Grayscale: #D7D7D7. Windows color (decimal): -665718 or 9099253. OLE color: 9099253.

HSL color Cylindrical-coordinate representation of color #F5D78A: hue angle of 43.18º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5D78A is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 215 138 -
CMYK 0 0.12 0.44 0.04
HSL 43.18º 0.84% 0.75% -
HSV(B) 43.18º 0.44% 0.96% -
XYZ 66.54 69.85 34.02 -
YUV 215.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 245 215 138 0 0.12 0.44 0.04 43.18 0.84 0.75
Hex F5 D7 8A 0 C 2C 4 2B 54 4B
Octal 365 327 212 0 14 54 4 53 124 113
Binary 11110101 11010111 10001010 0 1100 101100 100 101011 1010100 1001011

Color Harmonies of #F5D78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D78A

Black with #F5D78A

Text Example


Text Example

White with #F5D78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D78A; }

 p { color: rgb(245,215,138); }

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

background-color css

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

 a { background-color: rgb(245,215,138); }

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

border-color css

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

 span { border-color: rgb(245,215,138); }

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