#F2D371

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

Shades of Golden Sand #F2D371

Tints of Golden Sand #F2D371

Color information

#F2D371 (or 0xF2D371) is unknown color: approx Golden Sand. HEX triplet: F2, D3 and 71. RGB value is (242,211,113). Sum of RGB (Red+Green+Blue) = 242+211+113=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D371 is #0D2C8E. Grayscale: #D1D1D1. Windows color (decimal): -863375 or 7459826. OLE color: 7459826.

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

Color convert

RGB242211113-
CMYK00.130.530.05
HSL45.58º83.23%69.61%-
HSV(B)45.58º53.31%94.9%-
XYZ62.8966.6625.17-
YUV209.173.77151.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 113 (44.53% from 255) = 19.96%
R=42.76%
G=37.28%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221111300.130.530.0545.5883.2369.61
HexF2D3710D3552e5346
Octal36232316101565556123106
Binary111100101101001111100010110111010110110111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D371; }

 p { color: rgb(242,211,113); }

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

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

 a { background-color: rgb(242,211,113); }

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

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

 span { border-color: rgb(242,211,113); }

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