#F2975E

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

Shades of Sandy Brown #F2975E

Tints of Sandy Brown #F2975E

Color information

#F2975E (or 0xF2975E) is unknown color: approx Sandy Brown. HEX triplet: F2, 97 and 5E. RGB value is (242,151,94). Sum of RGB (Red+Green+Blue) = 242+151+94=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2975E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2975E is #0D68A1. Grayscale: #ACACAC. Windows color (decimal): -878754 or 6199282. OLE color: 6199282.

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

Color convert

RGB24215194-
CMYK00.380.610.05
HSL23.11º85.06%65.88%-
HSV(B)23.11º61.16%94.9%-
XYZ49.741.8216.04-
YUV171.7184.15178.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 94 (37.11% from 255) = 19.30%
R=49.69%
G=31.01%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421519400.380.610.0523.1185.0665.88
HexF2975E0263D5175542
Octal36222713604675527125102
Binary1111001010010111101111001001101111011011011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2975E; }

 p { color: rgb(242,151,94); }

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

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

 a { background-color: rgb(242,151,94); }

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

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

 span { border-color: rgb(242,151,94); }

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