#F2D071

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

Shades of Golden Sand #F2D071

Tints of Golden Sand #F2D071

Color information

#F2D071 (or 0xF2D071) is unknown color: approx Golden Sand. HEX triplet: F2, D0 and 71. RGB value is (242,208,113). Sum of RGB (Red+Green+Blue) = 242+208+113=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D071 is #0D2F8E. Grayscale: #CFCFCF. Windows color (decimal): -864143 or 7459058. OLE color: 7459058.

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

Color convert

RGB242208113-
CMYK00.140.530.05
HSL44.19º83.23%69.61%-
HSV(B)44.19º53.31%94.9%-
XYZ62.1565.1824.93-
YUV207.3474.76152.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 208 (81.64% from 255) = 36.94%
BLUE value IS 113 (44.53% from 255) = 20.07%
R=42.98%
G=36.94%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220811300.140.530.0544.1983.2369.61
HexF2D0710E3552c5346
Octal36232016101665554123106
Binary111100101101000011100010111011010110110110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D071; }

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

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

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

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

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

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

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

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