#F2C566

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

Shades of Golden Sand #F2C566

Tints of Golden Sand #F2C566

Color information

#F2C566 (or 0xF2C566) is unknown color: approx Golden Sand. HEX triplet: F2, C5 and 66. RGB value is (242,197,102). Sum of RGB (Red+Green+Blue) = 242+197+102=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C566 is #0D3A99. Grayscale: #C8C8C8. Windows color (decimal): -866970 or 6735346. OLE color: 6735346.

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

Color convert

RGB242197102-
CMYK00.190.580.05
HSL40.71º84.34%67.45%-
HSV(B)40.71º57.85%94.9%-
XYZ58.9859.7721-
YUV199.6272.91158.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 102 (40.23% from 255) = 18.85%
R=44.73%
G=36.41%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219710200.190.580.0540.7184.3467.45
HexF2C5660133A5295443
Octal36230514602372551124103
Binary1111001011000101110011001001111101010110100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C566; }

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

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

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

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

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

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

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

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