#F2D369

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

Shades of Golden Sand #F2D369

Tints of Golden Sand #F2D369

Color information

#F2D369 (or 0xF2D369) is unknown color: approx Golden Sand. HEX triplet: F2, D3 and 69. RGB value is (242,211,105). Sum of RGB (Red+Green+Blue) = 242+211+105=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D369 is #0D2C96. Grayscale: #D0D0D0. Windows color (decimal): -863383 or 6935538. OLE color: 6935538.

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

Color convert

RGB242211105-
CMYK00.130.570.05
HSL46.42º84.05%68.04%-
HSV(B)46.42º56.61%94.9%-
XYZ62.4666.4922.91-
YUV208.1869.77152.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 105 (41.41% from 255) = 18.82%
R=43.37%
G=37.81%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221110500.130.570.0546.4284.0568.04
HexF2D3690D3952e5444
Octal36232315101571556124104
Binary111100101101001111010010110111100110110111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D369; }

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

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

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

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

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

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

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

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