#F2AA65

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

Shades of Sandy Brown #F2AA65

Tints of Sandy Brown #F2AA65

Color information

#F2AA65 (or 0xF2AA65) is unknown color: approx Sandy Brown. HEX triplet: F2, AA and 65. RGB value is (242,170,101). Sum of RGB (Red+Green+Blue) = 242+170+101=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA65 is #0D559A. Grayscale: #B8B8B8. Windows color (decimal): -873883 or 6662898. OLE color: 6662898.

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

Color convert

RGB242170101-
CMYK00.300.580.05
HSL29.36º84.43%67.25%-
HSV(B)29.36º58.26%94.9%-
XYZ53.3448.5718.87-
YUV183.6681.35169.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=47.17%
G=33.14%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217010100.300.580.0529.3684.4367.25
HexF2AA6501E3A51d5443
Octal36225214503672535124103
Binary111100101010101011001010111101110101011110110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AA65; }

 p { color: rgb(242,170,101); }

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

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

 a { background-color: rgb(242,170,101); }

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

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

 span { border-color: rgb(242,170,101); }

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