#F2D061

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

Shades of Golden Sand #F2D061

Tints of Golden Sand #F2D061

Color information

#F2D061 (or 0xF2D061) is unknown color: approx Golden Sand. HEX triplet: F2, D0 and 61. RGB value is (242,208,97). Sum of RGB (Red+Green+Blue) = 242+208+97=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D061 is #0D2F9E. Grayscale: #CDCDCD. Windows color (decimal): -864159 or 6410482. OLE color: 6410482.

HSL color Cylindrical-coordinate representation of color #F2D061: hue angle of 45.93º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2D061 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24220897-
CMYK00.140.600.05
HSL45.93º84.8%66.47%-
HSV(B)45.93º59.92%94.9%-
XYZ61.3364.8520.59-
YUV205.5166.76154.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 97 (38.28% from 255) = 17.73%
R=44.24%
G=38.03%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422089700.140.600.0545.9384.866.47
HexF2D0610E3C52e5542
Octal36232014101674556125102
Binary111100101101000011000010111011110010110111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D061; }

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

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

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

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

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

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

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

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