#F2C569

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

Shades of Golden Sand #F2C569

Tints of Golden Sand #F2C569

Color information

#F2C569 (or 0xF2C569) is unknown color: approx Golden Sand. HEX triplet: F2, C5 and 69. RGB value is (242,197,105). Sum of RGB (Red+Green+Blue) = 242+197+105=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C569 is #0D3A96. Grayscale: #C8C8C8. Windows color (decimal): -866967 or 6931954. OLE color: 6931954.

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

Color convert

RGB242197105-
CMYK00.190.570.05
HSL40.29º84.05%68.04%-
HSV(B)40.29º56.61%94.9%-
XYZ59.1359.8321.8-
YUV199.9774.41157.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=44.49%
G=36.21%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219710500.190.570.0540.2984.0568.04
HexF2C569013395285444
Octal36230515102371550124104
Binary1111001011000101110100101001111100110110100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C569; }

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

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

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

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

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

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

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

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