Html Css Color HEX #F0A355 Sandy Brown

📋 copy color: '#F0A355'

red 240 ◦ green 163 ◦ blue 85

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

Shades of Sandy Brown #F0A355

Tints of Sandy Brown #F0A355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.4%

 BLUE value IS 85 (33.59% from 255) = 17.42%

R = 49.18%
G = 33.4%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0A355 (or 0xF0A355) is known color: Sandy Brown. HEX triplet: F0, A3 and 55. RGB value is (240,163,85). Sum of RGB (Red+Green+Blue) = 240+163+85=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A355 is #0F5CAA. Grayscale: #B1B1B1. Windows color (decimal): -1006763 or 5612528. OLE color: 5612528.

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

Color convert

RGB 240 163 85 -
CMYK 0 0.32 0.65 0.06
HSL 30.19º 0.84% 0.64% -
HSV(B) 30.19º 0.65% 0.94% -
XYZ 50.67 45.38 14.68 -
YUV 177.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 240 163 85 0 0.32 0.65 0.06 30.19 0.84 0.64
Hex F0 A3 55 0 20 41 6 1E 54 40
Octal 360 243 125 0 40 101 6 36 124 100
Binary 11110000 10100011 1010101 0 100000 1000001 110 11110 1010100 1000000

Color Harmonies of #F0A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A355

Black with #F0A355

Text Example


Text Example

White with #F0A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A355; }

 p { color: rgb(240,163,85); }

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

background-color css

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

 a { background-color: rgb(240,163,85); }

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

border-color css

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

 span { border-color: rgb(240,163,85); }

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