#F2A15E

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

Shades of Sandy Brown #F2A15E

Tints of Sandy Brown #F2A15E

Color information

#F2A15E (or 0xF2A15E) is unknown color: approx Sandy Brown. HEX triplet: F2, A1 and 5E. RGB value is (242,161,94). Sum of RGB (Red+Green+Blue) = 242+161+94=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A15E is #0D5EA1. Grayscale: #B1B1B1. Windows color (decimal): -876194 or 6201842. OLE color: 6201842.

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

Color convert

RGB24216194-
CMYK00.330.610.05
HSL27.16º85.06%65.88%-
HSV(B)27.16º61.16%94.9%-
XYZ51.3845.1816.6-
YUV177.5880.84173.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=48.69%
G=32.39%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421619400.330.610.0527.1685.0665.88
HexF2A15E0213D51b5542
Octal36224113604175533125102
Binary1111001010100001101111001000011111011011101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A15E; }

 p { color: rgb(242,161,94); }

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

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

 a { background-color: rgb(242,161,94); }

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

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

 span { border-color: rgb(242,161,94); }

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