Html Css Color HEX #F5D100 Gold

📋 copy color: '#F5D100'

red 245 ◦ green 209 ◦ blue 0

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

Shades of Gold #F5D100

Tints of Gold #F5D100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.96%
G = 46.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F5D100 (or 0xF5D100) is known color: Gold. HEX triplet: F5, D1 and 00. RGB value is (245,209,0). Sum of RGB (Red+Green+Blue) = 245+209+0=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D100 is #0A2EFF. Grayscale: #C4C4C4. Windows color (decimal): -667392 or 53749. OLE color: 53749.

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

Color convert

RGB 245 209 0 -
CMYK 0 0.15 1 0.04
HSL 51.18º 1% 0.48% -
HSV(B) 51.18º 1% 0.96% -
XYZ 60.46 65.01 9.36 -
YUV 195.94 17.43 162.99 -
System Red Green Blue C M Y K H S L
Decimal 245 209 0 0 0.15 1 0.04 51.18 1 0.48
Hex F5 D1 0 0 F 64 4 33 64 30
Octal 365 321 0 0 17 144 4 63 144 60
Binary 11110101 11010001 0 0 1111 1100100 100 110011 1100100 110000

Color Harmonies of #F5D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D100

Black with #F5D100

Text Example


Text Example

White with #F5D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D100; }

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

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

background-color css

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

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

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

border-color css

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

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

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