#fda465

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

Shades of Sandy Brown #FDA465

Tints of Sandy Brown #FDA465

Color information

#FDA465 (or 0xFDA465) is unknown color: approx Sandy Brown. HEX triplet: FD, A4 and 65. RGB value is (253,164,101). Sum of RGB (Red+Green+Blue) = 253+164+101=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA465 is #025B9A. Grayscale: #B7B7B7. Windows color (decimal): -154523 or 6661373. OLE color: 6661373.

HSL color Cylindrical-coordinate representation of color #FDA465: hue angle of 24.87º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDA465 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253164101-
CMYK00.350.600.01
HSL24.87º97.44%69.41%-
HSV(B)24.87º60.08%99.22%-
XYZ56.1348.3718.69-
YUV183.4381.49177.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=48.84%
G=31.66%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316410100.350.600.0124.8797.4469.41
HexFDA4650233C1196145
Octal37524414504374131141105
Binary11111101101001001100101010001111110011100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fda465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fda465; }

 p { color: rgb(253,164,101); }

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

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

 a { background-color: rgb(253,164,101); }

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

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

 span { border-color: rgb(253,164,101); }

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