#F2A86B

Color #F2A86B Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #F2A86B

Tints of Sandy Brown #F2A86B

Color information

#F2A86B (or 0xF2A86B) is unknown color: approx Sandy Brown. HEX triplet: F2, A8 and 6B. RGB value is (242,168,107). Sum of RGB (Red+Green+Blue) = 242+168+107=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A86B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A86B is #0D5794. Grayscale: #B7B7B7. Windows color (decimal): -874389 or 7055602. OLE color: 7055602.

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

Color convert

RGB242168107-
CMYK00.310.560.05
HSL27.11º83.85%68.43%-
HSV(B)27.11º55.79%94.9%-
XYZ53.2747.9420.36-
YUV183.1785.02169.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.81%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=46.81%
G=32.50%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216810700.310.560.0527.1183.8568.43
HexF2A86B01F3851b5444
Octal36225015303770533124104
Binary111100101010100011010110111111110001011101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A86B; }

 p { color: rgb(242,168,107); }

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

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

 a { background-color: rgb(242,168,107); }

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

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

 span { border-color: rgb(242,168,107); }

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