Html Css Color HEX #F0A163 Sandy Brown

📋 copy color: '#F0A163'

red 240 ◦ green 161 ◦ blue 99

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

Shades of Sandy Brown #F0A163

Tints of Sandy Brown #F0A163

RGB

 RED value IS 240 (94.14% from 255) = 48%

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

 BLUE value IS 99 (39.06% from 255) = 19.8%

R = 48%
G = 32.2%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0A163 (or 0xF0A163) is known color: Sandy Brown. HEX triplet: F0, A1 and 63. RGB value is (240,161,99). Sum of RGB (Red+Green+Blue) = 240+161+99=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A163 is #0F5E9C. Grayscale: #B1B1B1. Windows color (decimal): -1007261 or 6529520. OLE color: 6529520.

HSL color Cylindrical-coordinate representation of color #F0A163: hue angle of 26.38º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0A163 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 99 -
CMYK 0 0.33 0.59 0.06
HSL 26.38º 0.82% 0.66% -
HSV(B) 26.38º 0.59% 0.94% -
XYZ 50.93 44.92 17.79 -
YUV 177.55 83.67 172.54 -
System Red Green Blue C M Y K H S L
Decimal 240 161 99 0 0.33 0.59 0.06 26.38 0.82 0.66
Hex F0 A1 63 0 21 3B 6 1A 52 42
Octal 360 241 143 0 41 73 6 32 122 102
Binary 11110000 10100001 1100011 0 100001 111011 110 11010 1010010 1000010

Color Harmonies of #F0A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A163

Black with #F0A163

Text Example


Text Example

White with #F0A163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A163; }

 p { color: rgb(240,161,99); }

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

background-color css

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

 a { background-color: rgb(240,161,99); }

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

border-color css

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

 span { border-color: rgb(240,161,99); }

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