Html Css Color HEX #F0A15A Sandy Brown

📋 copy color: '#F0A15A'

red 240 ◦ green 161 ◦ blue 90

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

Shades of Sandy Brown #F0A15A

Tints of Sandy Brown #F0A15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.33%

R = 48.88%
G = 32.79%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0A15A (or 0xF0A15A) is known color: Sandy Brown. HEX triplet: F0, A1 and 5A. RGB value is (240,161,90). Sum of RGB (Red+Green+Blue) = 240+161+90=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A15A is #0F5EA5. Grayscale: #B0B0B0. Windows color (decimal): -1007270 or 5939696. OLE color: 5939696.

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

Color convert

RGB 240 161 90 -
CMYK 0 0.33 0.62 0.06
HSL 28.4º 0.83% 0.65% -
HSV(B) 28.4º 0.63% 0.94% -
XYZ 50.53 44.75 15.65 -
YUV 176.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 240 161 90 0 0.33 0.62 0.06 28.4 0.83 0.65
Hex F0 A1 5A 0 21 3E 6 1C 53 41
Octal 360 241 132 0 41 76 6 34 123 101
Binary 11110000 10100001 1011010 0 100001 111110 110 11100 1010011 1000001

Color Harmonies of #F0A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A15A

Black with #F0A15A

Text Example


Text Example

White with #F0A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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