Html Css Color HEX #F0A159 Sandy Brown

📋 copy color: '#F0A159'

red 240 ◦ green 161 ◦ blue 89

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

Shades of Sandy Brown #F0A159

Tints of Sandy Brown #F0A159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.16%

R = 48.98%
G = 32.86%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0A159 (or 0xF0A159) is known color: Sandy Brown. HEX triplet: F0, A1 and 59. RGB value is (240,161,89). Sum of RGB (Red+Green+Blue) = 240+161+89=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A159 is #0F5EA6. Grayscale: #B0B0B0. Windows color (decimal): -1007271 or 5874160. OLE color: 5874160.

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

Color convert

RGB 240 161 89 -
CMYK 0 0.33 0.63 0.06
HSL 28.61º 0.83% 0.65% -
HSV(B) 28.61º 0.63% 0.94% -
XYZ 50.48 44.74 15.43 -
YUV 176.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 240 161 89 0 0.33 0.63 0.06 28.61 0.83 0.65
Hex F0 A1 59 0 21 3F 6 1D 53 41
Octal 360 241 131 0 41 77 6 35 123 101
Binary 11110000 10100001 1011001 0 100001 111111 110 11101 1010011 1000001

Color Harmonies of #F0A159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A159

Black with #F0A159

Text Example


Text Example

White with #F0A159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A159; }

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

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

background-color css

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

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

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

border-color css

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

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

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