Html Css Color HEX #F0A863 Sandy Brown

📋 copy color: '#F0A863'

red 240 ◦ green 168 ◦ blue 99

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

Shades of Sandy Brown #F0A863

Tints of Sandy Brown #F0A863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

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

R = 47.34%
G = 33.14%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0A863 (or 0xF0A863) is known color: Sandy Brown. HEX triplet: F0, A8 and 63. RGB value is (240,168,99). Sum of RGB (Red+Green+Blue) = 240+168+99=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A863 is #0F579C. Grayscale: #B6B6B6. Windows color (decimal): -1005469 or 6531312. OLE color: 6531312.

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

Color convert

RGB 240 168 99 -
CMYK 0 0.3 0.59 0.06
HSL 29.36º 0.82% 0.66% -
HSV(B) 29.36º 0.59% 0.94% -
XYZ 52.19 47.43 18.21 -
YUV 181.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 240 168 99 0 0.3 0.59 0.06 29.36 0.82 0.66
Hex F0 A8 63 0 1E 3B 6 1D 52 42
Octal 360 250 143 0 36 73 6 35 122 102
Binary 11110000 10101000 1100011 0 11110 111011 110 11101 1010010 1000010

Color Harmonies of #F0A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A863

Black with #F0A863

Text Example


Text Example

White with #F0A863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A863; }

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

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

background-color css

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

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

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

border-color css

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

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

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