Html Css Color HEX #F0D57A Golden Glow

📋 copy color: '#F0D57A'

red 240 ◦ green 213 ◦ blue 122

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

Shades of Golden Glow #F0D57A

Tints of Golden Glow #F0D57A

RGB

 RED value IS 240 (94.14% from 255) = 41.74%

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

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

R = 41.74%
G = 37.04%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0D57A (or 0xF0D57A) is known color: Golden Glow. HEX triplet: F0, D5 and 7A. RGB value is (240,213,122). Sum of RGB (Red+Green+Blue) = 240+213+122=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D57A is #0F2A85. Grayscale: #D3D3D3. Windows color (decimal): -993926 or 8050160. OLE color: 8050160.

HSL color Cylindrical-coordinate representation of color #F0D57A: hue angle of 46.27º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0D57A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 213 122 -
CMYK 0 0.11 0.49 0.06
HSL 46.27º 0.8% 0.71% -
HSV(B) 46.27º 0.49% 0.94% -
XYZ 63.24 67.52 28.11 -
YUV 210.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 240 213 122 0 0.11 0.49 0.06 46.27 0.8 0.71
Hex F0 D5 7A 0 B 31 6 2E 50 47
Octal 360 325 172 0 13 61 6 56 120 107
Binary 11110000 11010101 1111010 0 1011 110001 110 101110 1010000 1000111

Color Harmonies of #F0D57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D57A

Black with #F0D57A

Text Example


Text Example

White with #F0D57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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