Html Css Color HEX #FFA260 Sandy Brown

📋 copy color: '#FFA260'

red 255 ◦ green 162 ◦ blue 96

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

Shades of Sandy Brown #FFA260

Tints of Sandy Brown #FFA260

RGB

 RED value IS 255 (100% from 255) = 49.71%

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

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

R = 49.71%
G = 31.58%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFA260 (or 0xFFA260) is known color: Sandy Brown. HEX triplet: FF, A2 and 60. RGB value is (255,162,96). Sum of RGB (Red+Green+Blue) = 255+162+96=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA260 is #005D9F. Grayscale: #B6B6B6. Windows color (decimal): -23968 or 6333183. OLE color: 6333183.

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

Color convert

RGB 255 162 96 -
CMYK 0 0.36 0.62 0
HSL 24.91º 1% 0.69% -
HSV(B) 24.91º 0.62% 1% -
XYZ 56.27 47.95 17.35 -
YUV 182.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 255 162 96 0 0.36 0.62 0 24.91 1 0.69
Hex FF A2 60 0 24 3E 0 19 64 45
Octal 377 242 140 0 44 76 0 31 144 105
Binary 11111111 10100010 1100000 0 100100 111110 0 11001 1100100 1000101

Color Harmonies of #FFA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA260

Black with #FFA260

Text Example


Text Example

White with #FFA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA260; }

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

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

background-color css

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

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

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

border-color css

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

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

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