#F2A559

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

Shades of Sandy Brown #F2A559

Tints of Sandy Brown #F2A559

Color information

#F2A559 (or 0xF2A559) is unknown color: approx Sandy Brown. HEX triplet: F2, A5 and 59. RGB value is (242,165,89). Sum of RGB (Red+Green+Blue) = 242+165+89=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A559 is #0D5AA6. Grayscale: #B3B3B3. Windows color (decimal): -875175 or 5875186. OLE color: 5875186.

HSL color Cylindrical-coordinate representation of color #F2A559: hue angle of 29.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2A559 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24216589-
CMYK00.320.630.05
HSL29.8º85.47%64.9%-
HSV(B)29.8º63.22%94.9%-
XYZ51.8846.5115.69-
YUV179.3677.01172.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 89 (35.16% from 255) = 17.94%
R=48.79%
G=33.27%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421658900.320.630.0529.885.4764.9
HexF2A5590203F51e5541
Octal36224513104077536125101
Binary1111001010100101101100101000001111111011111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A559; }

 p { color: rgb(242,165,89); }

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

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

 a { background-color: rgb(242,165,89); }

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

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

 span { border-color: rgb(242,165,89); }

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