#F1D571

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

Shades of Golden Sand #F1D571

Tints of Golden Sand #F1D571

Color information

#F1D571 (or 0xF1D571) is unknown color: approx Golden Sand. HEX triplet: F1, D5 and 71. RGB value is (241,213,113). Sum of RGB (Red+Green+Blue) = 241+213+113=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D571 is #0E2A8E. Grayscale: #D2D2D2. Windows color (decimal): -928399 or 7460337. OLE color: 7460337.

HSL color Cylindrical-coordinate representation of color #F1D571: hue angle of 46.88º 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 #F1D571 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB241213113-
CMYK00.120.530.05
HSL46.88º82.05%69.41%-
HSV(B)46.88º53.11%94.51%-
XYZ63.0567.4825.32-
YUV209.9773.28150.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 113 (44.53% from 255) = 19.93%
R=42.50%
G=37.57%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121311300.120.530.0546.8882.0569.41
HexF1D5710C3552f5245
Octal36132516101465557122105
Binary111100011101010111100010110011010110110111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D571; }

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

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

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

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

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

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

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

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