Html Css Color HEX #F2A161 Sandy Brown

📋 copy color: '#F2A161'

red 242 ◦ green 161 ◦ blue 97

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

Shades of Sandy Brown #F2A161

Tints of Sandy Brown #F2A161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.4%

R = 48.4%
G = 32.2%
B = 19.4%

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

#F2A161 (or 0xF2A161) is known color: Sandy Brown. HEX triplet: F2, A1 and 61. RGB value is (242,161,97). Sum of RGB (Red+Green+Blue) = 242+161+97=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A161 is #0D5E9E. Grayscale: #B2B2B2. Windows color (decimal): -876191 or 6398450. OLE color: 6398450.

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

Color convert

RGB 242 161 97 -
CMYK 0 0.33 0.60 0.05
HSL 26.48º 0.85% 0.66% -
HSV(B) 26.48º 0.6% 0.95% -
XYZ 51.52 45.23 17.32 -
YUV 177.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 242 161 97 0 0.33 0.60 0.05 26.48 0.85 0.66
Hex F2 A1 61 0 21 3C 5 1A 55 42
Octal 362 241 141 0 41 74 5 32 125 102
Binary 11110010 10100001 1100001 0 100001 111100 101 11010 1010101 1000010

Color Harmonies of #F2A161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A161

Black with #F2A161

Text Example


Text Example

White with #F2A161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A161; }

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

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

background-color css

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

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

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

border-color css

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

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

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