#FDA261

Color #FDA261 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #FDA261

Tints of Sandy Brown #FDA261

Color information

#FDA261 (or 0xFDA261) is unknown color: approx Sandy Brown. HEX triplet: FD, A2 and 61. RGB value is (253,162,97). Sum of RGB (Red+Green+Blue) = 253+162+97=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA261 is #025D9E. Grayscale: #B6B6B6. Windows color (decimal): -155039 or 6398717. OLE color: 6398717.

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

Color convert

RGB25316297-
CMYK00.360.620.01
HSL25º97.5%68.63%-
HSV(B)25º61.66%99.22%-
XYZ55.5947.5917.56-
YUV181.880.15178.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.41%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 97 (38.28% from 255) = 18.95%
R=49.41%
G=31.64%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531629700.360.620.012597.568.63
HexFDA2610243E1196245
Octal37524214104476131142105
Binary11111101101000101100001010010011111011100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA261; }

 p { color: rgb(253,162,97); }

 H1.HeaderClassName
 {
   color: #FDA261;
 }
 .AnyTagClassName
 {
   color: #FDA261;
 }
</style>
background-color css

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

 a { background-color: rgb(253,162,97); }

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

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

 span { border-color: rgb(253,162,97); }

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