#F2D469

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

Shades of Golden Sand #F2D469

Tints of Golden Sand #F2D469

Color information

#F2D469 (or 0xF2D469) is unknown color: approx Golden Sand. HEX triplet: F2, D4 and 69. RGB value is (242,212,105). Sum of RGB (Red+Green+Blue) = 242+212+105=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D469 is #0D2B96. Grayscale: #D1D1D1. Windows color (decimal): -863127 or 6935794. OLE color: 6935794.

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

Color convert

RGB242212105-
CMYK00.120.570.05
HSL46.86º84.05%68.04%-
HSV(B)46.86º56.61%94.9%-
XYZ62.7166.9822.99-
YUV208.7769.44151.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 105 (41.41% from 255) = 18.78%
R=43.29%
G=37.92%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221210500.120.570.0546.8684.0568.04
HexF2D4690C3952f5444
Octal36232415101471557124104
Binary111100101101010011010010110011100110110111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D469; }

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

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

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

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

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

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

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

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