Html Css Color HEX #F2A160 Sandy Brown

📋 copy color: '#F2A160'

red 242 ◦ green 161 ◦ blue 96

#F2A160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #F2A160

Tints of Sandy Brown #F2A160

RGB

 RED value IS 242 (94.92% from 255) = 48.5%

 GREEN value IS 161 (63.28% from 255) = 32.26%

 BLUE value IS 96 (37.89% from 255) = 19.24%

R = 48.5%
G = 32.26%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2A160 (or 0xF2A160) is known color: Sandy Brown. HEX triplet: F2, A1 and 60. RGB value is (242,161,96). Sum of RGB (Red+Green+Blue) = 242+161+96=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A160 is #0D5E9F. Grayscale: #B2B2B2. Windows color (decimal): -876192 or 6332914. OLE color: 6332914.

HSL color Cylindrical-coordinate representation of color #F2A160: hue angle of 26.71º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2A160 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 161 96 -
CMYK 0 0.33 0.60 0.05
HSL 26.71º 0.85% 0.66% -
HSV(B) 26.71º 0.6% 0.95% -
XYZ 51.47 45.21 17.08 -
YUV 177.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 242 161 96 0 0.33 0.60 0.05 26.71 0.85 0.66
Hex F2 A1 60 0 21 3C 5 1B 55 42
Octal 362 241 140 0 41 74 5 33 125 102
Binary 11110010 10100001 1100000 0 100001 111100 101 11011 1010101 1000010

Color Harmonies of #F2A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A160

Black with #F2A160

Text Example


Text Example

White with #F2A160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A160; }

 p { color: rgb(242,161,96); }

 H1.HeaderClassName
 {
   color: #F2A160;
 }
 .AnyTagClassName
 {
   color: #F2A160;
 }
</style>

background-color css

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

 a { background-color: rgb(242,161,96); }

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

border-color css

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

 span { border-color: rgb(242,161,96); }

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