#F2995A

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

Shades of Sandy Brown #F2995A

Tints of Sandy Brown #F2995A

Color information

#F2995A (or 0xF2995A) is unknown color: approx Sandy Brown. HEX triplet: F2, 99 and 5A. RGB value is (242,153,90). Sum of RGB (Red+Green+Blue) = 242+153+90=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2995A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2995A is #0D66A5. Grayscale: #ACACAC. Windows color (decimal): -878246 or 5937650. OLE color: 5937650.

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

Color convert

RGB24215390-
CMYK00.370.630.05
HSL24.87º85.39%65.1%-
HSV(B)24.87º62.81%94.9%-
XYZ49.8542.415.23-
YUV172.4381.49177.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 90 (35.55% from 255) = 18.56%
R=49.90%
G=31.55%
B=18.56%

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
Decimal2421539000.370.630.0524.8785.3965.1
HexF2995A0253F5195541
Octal36223113204577531125101
Binary1111001010011001101101001001011111111011100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2995A; }

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

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

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

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

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

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

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

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