Html Css Color HEX #FAA060 Sandy Brown

📋 copy color: '#FAA060'

red 250 ◦ green 160 ◦ blue 96

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

Shades of Sandy Brown #FAA060

Tints of Sandy Brown #FAA060

RGB

 RED value IS 250 (98.05% from 255) = 49.41%

 GREEN value IS 160 (62.89% from 255) = 31.62%

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

R = 49.41%
G = 31.62%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAA060 (or 0xFAA060) is known color: Sandy Brown. HEX triplet: FA, A0 and 60. RGB value is (250,160,96). Sum of RGB (Red+Green+Blue) = 250+160+96=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA060 is #055F9F. Grayscale: #B3B3B3. Windows color (decimal): -352160 or 6332666. OLE color: 6332666.

HSL color Cylindrical-coordinate representation of color #FAA060: hue angle of 24.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAA060 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 96 -
CMYK 0 0.36 0.62 0.02
HSL 24.94º 0.94% 0.68% -
HSV(B) 24.94º 0.62% 0.98% -
XYZ 54.11 46.31 17.15 -
YUV 179.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 250 160 96 0 0.36 0.62 0.02 24.94 0.94 0.68
Hex FA A0 60 0 24 3E 2 19 5E 44
Octal 372 240 140 0 44 76 2 31 136 104
Binary 11111010 10100000 1100000 0 100100 111110 10 11001 1011110 1000100

Color Harmonies of #FAA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA060

Black with #FAA060

Text Example


Text Example

White with #FAA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA060; }

 p { color: rgb(250,160,96); }

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

background-color css

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

 a { background-color: rgb(250,160,96); }

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

border-color css

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

 span { border-color: rgb(250,160,96); }

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