Html Css Color HEX #F1D104 Gold

📋 copy color: '#F1D104'

red 241 ◦ green 209 ◦ blue 4

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

Shades of Gold #F1D104

Tints of Gold #F1D104

RGB

 RED value IS 241 (94.53% from 255) = 53.08%

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 53.08%
G = 46.04%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1D104 (or 0xF1D104) is known color: Gold. HEX triplet: F1, D1 and 04. RGB value is (241,209,4). Sum of RGB (Red+Green+Blue) = 241+209+4=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D104 is #0E2EFB. Grayscale: #C4C4C4. Windows color (decimal): -929532 or 315889. OLE color: 315889.

HSL color Cylindrical-coordinate representation of color #F1D104: hue angle of 51.9º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1D104 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 209 4 -
CMYK 0 0.13 0.98 0.05
HSL 51.9º 0.97% 0.48% -
HSV(B) 51.9º 0.98% 0.95% -
XYZ 59.1 64.31 9.41 -
YUV 195.2 20.1 160.67 -
System Red Green Blue C M Y K H S L
Decimal 241 209 4 0 0.13 0.98 0.05 51.9 0.97 0.48
Hex F1 D1 4 0 D 62 5 34 61 30
Octal 361 321 4 0 15 142 5 64 141 60
Binary 11110001 11010001 100 0 1101 1100010 101 110100 1100001 110000

Color Harmonies of #F1D104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D104

Black with #F1D104

Text Example


Text Example

White with #F1D104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D104; }

 p { color: rgb(241,209,4); }

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

background-color css

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

 a { background-color: rgb(241,209,4); }

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

border-color css

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

 span { border-color: rgb(241,209,4); }

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