Html Css Color HEX #F1D103 Gold

📋 copy color: '#F1D103'

red 241 ◦ green 209 ◦ blue 3

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

Shades of Gold #F1D103

Tints of Gold #F1D103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 53.2%
G = 46.14%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1D103 (or 0xF1D103) is known color: Gold. HEX triplet: F1, D1 and 03. RGB value is (241,209,3). Sum of RGB (Red+Green+Blue) = 241+209+3=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D103 is #0E2EFC. Grayscale: #C3C3C3. Windows color (decimal): -929533 or 250353. OLE color: 250353.

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

Color convert

RGB 241 209 3 -
CMYK 0 0.13 0.99 0.05
HSL 51.93º 0.98% 0.48% -
HSV(B) 51.93º 0.99% 0.95% -
XYZ 59.09 64.31 9.38 -
YUV 195.08 19.6 160.75 -
System Red Green Blue C M Y K H S L
Decimal 241 209 3 0 0.13 0.99 0.05 51.93 0.98 0.48
Hex F1 D1 3 0 D 63 5 34 62 30
Octal 361 321 3 0 15 143 5 64 142 60
Binary 11110001 11010001 11 0 1101 1100011 101 110100 1100010 110000

Color Harmonies of #F1D103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D103

Black with #F1D103

Text Example


Text Example

White with #F1D103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D103; }

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

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

background-color css

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

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

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

border-color css

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

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

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