#F2955A

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

Shades of Sandy Brown #F2955A

Tints of Sandy Brown #F2955A

Color information

#F2955A (or 0xF2955A) is unknown color: approx Sandy Brown. HEX triplet: F2, 95 and 5A. RGB value is (242,149,90). Sum of RGB (Red+Green+Blue) = 242+149+90=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2955A is #0D6AA5. Grayscale: #AAAAAA. Windows color (decimal): -879270 or 5936626. OLE color: 5936626.

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

Color convert

RGB24214990-
CMYK00.380.630.05
HSL23.29º85.39%65.1%-
HSV(B)23.29º62.81%94.9%-
XYZ49.2141.1115.01-
YUV170.0882.81179.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=50.31%
G=30.98%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421499000.380.630.0523.2985.3965.1
HexF2955A0263F5175541
Octal36222513204677527125101
Binary1111001010010101101101001001101111111011011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2955A; }

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

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

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

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

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

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

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

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