Html Css Color HEX #F5D108 Gold

📋 copy color: '#F5D108'

red 245 ◦ green 209 ◦ blue 8

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

Shades of Gold #F5D108

Tints of Gold #F5D108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.73%

R = 53.03%
G = 45.24%
B = 1.73%

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

#F5D108 (or 0xF5D108) is known color: Gold. HEX triplet: F5, D1 and 08. RGB value is (245,209,8). Sum of RGB (Red+Green+Blue) = 245+209+8=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 8 (3.52% from 255 or 1.73% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D108 is #0A2EF7. Grayscale: #C5C5C5. Windows color (decimal): -667384 or 578037. OLE color: 578037.

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

Color convert

RGB 245 209 8 -
CMYK 0 0.15 0.97 0.04
HSL 50.89º 0.94% 0.5% -
HSV(B) 50.89º 0.97% 0.96% -
XYZ 60.5 65.03 9.59 -
YUV 196.85 21.43 162.34 -
System Red Green Blue C M Y K H S L
Decimal 245 209 8 0 0.15 0.97 0.04 50.89 0.94 0.5
Hex F5 D1 8 0 F 61 4 33 5E 32
Octal 365 321 10 0 17 141 4 63 136 62
Binary 11110101 11010001 1000 0 1111 1100001 100 110011 1011110 110010

Color Harmonies of #F5D108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D108

Black with #F5D108

Text Example


Text Example

White with #F5D108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D108; }

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

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

background-color css

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

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

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

border-color css

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

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

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