Html Css Color HEX #F0D477 Golden Glow

📋 copy color: '#F0D477'

red 240 ◦ green 212 ◦ blue 119

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

Shades of Golden Glow #F0D477

Tints of Golden Glow #F0D477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.13%

 BLUE value IS 119 (46.88% from 255) = 20.84%

R = 42.03%
G = 37.13%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F0D477 (or 0xF0D477) is known color: Golden Glow. HEX triplet: F0, D4 and 77. RGB value is (240,212,119). Sum of RGB (Red+Green+Blue) = 240+212+119=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D477 is #0F2B88. Grayscale: #D2D2D2. Windows color (decimal): -994185 or 7853296. OLE color: 7853296.

HSL color Cylindrical-coordinate representation of color #F0D477: hue angle of 46.12º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0D477 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 212 119 -
CMYK 0 0.12 0.50 0.06
HSL 46.12º 0.8% 0.7% -
HSV(B) 46.12º 0.5% 0.94% -
XYZ 62.81 66.94 27.06 -
YUV 209.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 240 212 119 0 0.12 0.50 0.06 46.12 0.8 0.7
Hex F0 D4 77 0 C 32 6 2E 50 46
Octal 360 324 167 0 14 62 6 56 120 106
Binary 11110000 11010100 1110111 0 1100 110010 110 101110 1010000 1000110

Color Harmonies of #F0D477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D477

Black with #F0D477

Text Example


Text Example

White with #F0D477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D477; }

 p { color: rgb(240,212,119); }

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

background-color css

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

 a { background-color: rgb(240,212,119); }

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

border-color css

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

 span { border-color: rgb(240,212,119); }

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