#FDA661

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

Shades of Sandy Brown #FDA661

Tints of Sandy Brown #FDA661

Color information

#FDA661 (or 0xFDA661) is unknown color: approx Sandy Brown. HEX triplet: FD, A6 and 61. RGB value is (253,166,97). Sum of RGB (Red+Green+Blue) = 253+166+97=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA661 is #02599E. Grayscale: #B8B8B8. Windows color (decimal): -154015 or 6399741. OLE color: 6399741.

HSL color Cylindrical-coordinate representation of color #FDA661: hue angle of 26.54º 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 #FDA661 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25316697-
CMYK00.340.620.01
HSL26.54º97.5%68.63%-
HSV(B)26.54º61.66%99.22%-
XYZ56.349.0217.8-
YUV184.1578.82177.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.03%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 97 (38.28% from 255) = 18.80%
R=49.03%
G=32.17%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531669700.340.620.0126.5497.568.63
HexFDA6610223E11b6245
Octal37524614104276133142105
Binary11111101101001101100001010001011111011101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA661; }

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

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

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

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

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

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

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

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