#F2985A

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

Shades of Sandy Brown #F2985A

Tints of Sandy Brown #F2985A

Color information

#F2985A (or 0xF2985A) is unknown color: approx Sandy Brown. HEX triplet: F2, 98 and 5A. RGB value is (242,152,90). Sum of RGB (Red+Green+Blue) = 242+152+90=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2985A is #0D67A5. Grayscale: #ACACAC. Windows color (decimal): -878502 or 5937394. OLE color: 5937394.

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

Color convert

RGB24215290-
CMYK00.370.630.05
HSL24.47º85.39%65.1%-
HSV(B)24.47º62.81%94.9%-
XYZ49.6942.0715.17-
YUV171.8481.82178.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=50%
G=31.40%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421529000.370.630.0524.4785.3965.1
HexF2985A0253F5185541
Octal36223013204577530125101
Binary1111001010011000101101001001011111111011100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2985A; }

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

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

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

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

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

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

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

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