Html Css Color HEX #FFA059 Sandy Brown

📋 copy color: '#FFA059'

red 255 ◦ green 160 ◦ blue 89

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

Shades of Sandy Brown #FFA059

Tints of Sandy Brown #FFA059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.66%

R = 50.6%
G = 31.75%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFA059 (or 0xFFA059) is known color: Sandy Brown. HEX triplet: FF, A0 and 59. RGB value is (255,160,89). Sum of RGB (Red+Green+Blue) = 255+160+89=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA059 is #005FA6. Grayscale: #B4B4B4. Windows color (decimal): -24487 or 5873919. OLE color: 5873919.

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

Color convert

RGB 255 160 89 -
CMYK 0 0.37 0.65 0
HSL 25.66º 1% 0.67% -
HSV(B) 25.66º 0.65% 1% -
XYZ 55.61 47.12 15.62 -
YUV 180.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 255 160 89 0 0.37 0.65 0 25.66 1 0.67
Hex FF A0 59 0 25 41 0 1A 64 43
Octal 377 240 131 0 45 101 0 32 144 103
Binary 11111111 10100000 1011001 0 100101 1000001 0 11010 1100100 1000011

Color Harmonies of #FFA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA059

Black with #FFA059

Text Example


Text Example

White with #FFA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA059; }

 p { color: rgb(255,160,89); }

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

background-color css

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

 a { background-color: rgb(255,160,89); }

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

border-color css

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

 span { border-color: rgb(255,160,89); }

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