Html Css Color HEX #F5D101 Gold

📋 copy color: '#F5D101'

red 245 ◦ green 209 ◦ blue 1

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

Shades of Gold #F5D101

Tints of Gold #F5D101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.85%
G = 45.93%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F5D101 (or 0xF5D101) is known color: Gold. HEX triplet: F5, D1 and 01. RGB value is (245,209,1). Sum of RGB (Red+Green+Blue) = 245+209+1=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D101 is #0A2EFE. Grayscale: #C4C4C4. Windows color (decimal): -667391 or 119285. OLE color: 119285.

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

Color convert

RGB 245 209 1 -
CMYK 0 0.15 1.00 0.04
HSL 51.15º 0.99% 0.48% -
HSV(B) 51.15º 1% 0.96% -
XYZ 60.46 65.02 9.39 -
YUV 196.05 17.93 162.91 -
System Red Green Blue C M Y K H S L
Decimal 245 209 1 0 0.15 1.00 0.04 51.15 0.99 0.48
Hex F5 D1 1 0 F 64 4 33 63 30
Octal 365 321 1 0 17 144 4 63 143 60
Binary 11110101 11010001 1 0 1111 1100100 100 110011 1100011 110000

Color Harmonies of #F5D101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D101

Black with #F5D101

Text Example


Text Example

White with #F5D101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D101; }

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

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

background-color css

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

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

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

border-color css

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

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

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