#F2A15C

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

Shades of Sandy Brown #F2A15C

Tints of Sandy Brown #F2A15C

Color information

#F2A15C (or 0xF2A15C) is unknown color: approx Sandy Brown. HEX triplet: F2, A1 and 5C. RGB value is (242,161,92). Sum of RGB (Red+Green+Blue) = 242+161+92=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A15C is #0D5EA3. Grayscale: #B1B1B1. Windows color (decimal): -876196 or 6070770. OLE color: 6070770.

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

Color convert

RGB24216192-
CMYK00.330.620.05
HSL27.6º85.23%65.49%-
HSV(B)27.6º61.98%94.9%-
XYZ51.2945.1416.13-
YUV177.3579.84174.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=48.89%
G=32.53%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421619200.330.620.0527.685.2365.49
HexF2A15C0213E51c5541
Octal36224113404176534125101
Binary1111001010100001101110001000011111101011110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A15C; }

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

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

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

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

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

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

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

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