#F2985F

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

Shades of Sandy Brown #F2985F

Tints of Sandy Brown #F2985F

Color information

#F2985F (or 0xF2985F) is unknown color: approx Sandy Brown. HEX triplet: F2, 98 and 5F. RGB value is (242,152,95). Sum of RGB (Red+Green+Blue) = 242+152+95=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2985F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2985F is #0D67A0. Grayscale: #ACACAC. Windows color (decimal): -878497 or 6265074. OLE color: 6265074.

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

Color convert

RGB24215295-
CMYK00.370.610.05
HSL23.27º84.97%66.08%-
HSV(B)23.27º60.74%94.9%-
XYZ49.9142.1616.33-
YUV172.4184.32177.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.49%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 95 (37.5% from 255) = 19.43%
R=49.49%
G=31.08%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421529500.370.610.0523.2784.9766.08
HexF2985F0253D5175542
Octal36223013704575527125102
Binary1111001010011000101111101001011111011011011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2985F; }

 p { color: rgb(242,152,95); }

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

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

 a { background-color: rgb(242,152,95); }

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

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

 span { border-color: rgb(242,152,95); }

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