Html Css Color HEX #F1D173 Golden Sand

📋 copy color: '#F1D173'

red 241 ◦ green 209 ◦ blue 115

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

Shades of Golden Sand #F1D173

Tints of Golden Sand #F1D173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.35%

R = 42.65%
G = 36.99%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F1D173 (or 0xF1D173) is known color: Golden Sand. HEX triplet: F1, D1 and 73. RGB value is (241,209,115). Sum of RGB (Red+Green+Blue) = 241+209+115=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D173 is #0E2E8C. Grayscale: #D0D0D0. Windows color (decimal): -929421 or 7590385. OLE color: 7590385.

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

Color convert

RGB 241 209 115 -
CMYK 0 0.13 0.52 0.05
HSL 44.76º 0.82% 0.7% -
HSV(B) 44.76º 0.52% 0.95% -
XYZ 62.17 65.54 25.59 -
YUV 207.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 241 209 115 0 0.13 0.52 0.05 44.76 0.82 0.7
Hex F1 D1 73 0 D 34 5 2D 52 46
Octal 361 321 163 0 15 64 5 55 122 106
Binary 11110001 11010001 1110011 0 1101 110100 101 101101 1010010 1000110

Color Harmonies of #F1D173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D173

Black with #F1D173

Text Example


Text Example

White with #F1D173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D173; }

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

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

background-color css

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

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

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

border-color css

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

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

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