Html Css Color HEX #F0A263 Sandy Brown

📋 copy color: '#F0A263'

red 240 ◦ green 162 ◦ blue 99

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

Shades of Sandy Brown #F0A263

Tints of Sandy Brown #F0A263

RGB

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

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

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

R = 47.9%
G = 32.34%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0A263 (or 0xF0A263) is known color: Sandy Brown. HEX triplet: F0, A2 and 63. RGB value is (240,162,99). Sum of RGB (Red+Green+Blue) = 240+162+99=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A263 is #0F5D9C. Grayscale: #B2B2B2. Windows color (decimal): -1007005 or 6529776. OLE color: 6529776.

HSL color Cylindrical-coordinate representation of color #F0A263: hue angle of 26.81º 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 #F0A263 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 162 99 -
CMYK 0 0.32 0.59 0.06
HSL 26.81º 0.82% 0.66% -
HSV(B) 26.81º 0.59% 0.94% -
XYZ 51.11 45.27 17.85 -
YUV 178.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 240 162 99 0 0.32 0.59 0.06 26.81 0.82 0.66
Hex F0 A2 63 0 20 3B 6 1B 52 42
Octal 360 242 143 0 40 73 6 33 122 102
Binary 11110000 10100010 1100011 0 100000 111011 110 11011 1010010 1000010

Color Harmonies of #F0A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A263

Black with #F0A263

Text Example


Text Example

White with #F0A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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