#F1C871

Color #F1C871 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #F1C871

Tints of Golden Sand #F1C871

Color information

#F1C871 (or 0xF1C871) is unknown color: approx Golden Sand. HEX triplet: F1, C8 and 71. RGB value is (241,200,113). Sum of RGB (Red+Green+Blue) = 241+200+113=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C871 is #0E378E. Grayscale: #CACACA. Windows color (decimal): -931727 or 7457009. OLE color: 7457009.

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

Color convert

RGB241200113-
CMYK00.170.530.05
HSL40.78º82.05%69.41%-
HSV(B)40.78º53.11%94.51%-
XYZ59.9161.224.28-
YUV202.3477.58155.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 113 (44.53% from 255) = 20.40%
R=43.50%
G=36.10%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120011300.170.530.0540.7882.0569.41
HexF1C871011355295245
Octal36131016102165551122105
Binary1111000111001000111000101000111010110110100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C871; }

 p { color: rgb(241,200,113); }

 H1.HeaderClassName
 {
   color: #F1C871;
 }
 .AnyTagClassName
 {
   color: #F1C871;
 }
</style>
background-color css

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

 a { background-color: rgb(241,200,113); }

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

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

 span { border-color: rgb(241,200,113); }

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