Html Css Color HEX #F5D107 Gold

📋 copy color: '#F5D107'

red 245 ◦ green 209 ◦ blue 7

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

Shades of Gold #F5D107

Tints of Gold #F5D107

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 53.15%
G = 45.34%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5D107 (or 0xF5D107) is known color: Gold. HEX triplet: F5, D1 and 07. RGB value is (245,209,7). Sum of RGB (Red+Green+Blue) = 245+209+7=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D107 is #0A2EF8. Grayscale: #C5C5C5. Windows color (decimal): -667385 or 512501. OLE color: 512501.

HSL color Cylindrical-coordinate representation of color #F5D107: hue angle of 50.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5D107 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 7 -
CMYK 0 0.15 0.97 0.04
HSL 50.92º 0.94% 0.49% -
HSV(B) 50.92º 0.97% 0.96% -
XYZ 60.5 65.03 9.56 -
YUV 196.74 20.93 162.43 -
System Red Green Blue C M Y K H S L
Decimal 245 209 7 0 0.15 0.97 0.04 50.92 0.94 0.49
Hex F5 D1 7 0 F 61 4 33 5E 31
Octal 365 321 7 0 17 141 4 63 136 61
Binary 11110101 11010001 111 0 1111 1100001 100 110011 1011110 110001

Color Harmonies of #F5D107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D107

Black with #F5D107

Text Example


Text Example

White with #F5D107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D107; }

 p { color: rgb(245,209,7); }

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

background-color css

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

 a { background-color: rgb(245,209,7); }

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

border-color css

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

 span { border-color: rgb(245,209,7); }

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