#F2AB5A

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

Shades of Sandy Brown #F2AB5A

Tints of Sandy Brown #F2AB5A

Color information

#F2AB5A (or 0xF2AB5A) is unknown color: approx Sandy Brown. HEX triplet: F2, AB and 5A. RGB value is (242,171,90). Sum of RGB (Red+Green+Blue) = 242+171+90=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB5A is #0D54A5. Grayscale: #B7B7B7. Windows color (decimal): -873638 or 5942258. OLE color: 5942258.

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

Color convert

RGB24217190-
CMYK00.290.630.05
HSL31.97º85.39%65.1%-
HSV(B)31.97º62.81%94.9%-
XYZ53.0348.7416.29-
YUV18375.52170.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=48.11%
G=34.00%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421719000.290.630.0531.9785.3965.1
HexF2AB5A01D3F5205541
Octal36225313203577540125101
Binary1111001010101011101101001110111111110110000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AB5A; }

 p { color: rgb(242,171,90); }

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

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

 a { background-color: rgb(242,171,90); }

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

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

 span { border-color: rgb(242,171,90); }

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