Html Css Color HEX #F0A260 Sandy Brown

📋 copy color: '#F0A260'

red 240 ◦ green 162 ◦ blue 96

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

Shades of Sandy Brown #F0A260

Tints of Sandy Brown #F0A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.53%

 BLUE value IS 96 (37.89% from 255) = 19.28%

R = 48.19%
G = 32.53%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0A260 (or 0xF0A260) is known color: Sandy Brown. HEX triplet: F0, A2 and 60. RGB value is (240,162,96). Sum of RGB (Red+Green+Blue) = 240+162+96=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A260 is #0F5D9F. Grayscale: #B2B2B2. Windows color (decimal): -1007008 or 6333168. OLE color: 6333168.

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

Color convert

RGB 240 162 96 -
CMYK 0 0.32 0.6 0.06
HSL 27.5º 0.83% 0.66% -
HSV(B) 27.5º 0.6% 0.94% -
XYZ 50.97 45.21 17.11 -
YUV 177.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 240 162 96 0 0.32 0.6 0.06 27.5 0.83 0.66
Hex F0 A2 60 0 20 3C 6 1C 53 42
Octal 360 242 140 0 40 74 6 34 123 102
Binary 11110000 10100010 1100000 0 100000 111100 110 11100 1010011 1000010

Color Harmonies of #F0A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A260

Black with #F0A260

Text Example


Text Example

White with #F0A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A260; }

 p { color: rgb(240,162,96); }

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

background-color css

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

 a { background-color: rgb(240,162,96); }

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

border-color css

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

 span { border-color: rgb(240,162,96); }

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