#FD9E5D

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

Shades of Sandy Brown #FD9E5D

Tints of Sandy Brown #FD9E5D

Color information

#FD9E5D (or 0xFD9E5D) is unknown color: approx Sandy Brown. HEX triplet: FD, 9E and 5D. RGB value is (253,158,93). Sum of RGB (Red+Green+Blue) = 253+158+93=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9E5D is #0261A2. Grayscale: #B3B3B3. Windows color (decimal): -156067 or 6135549. OLE color: 6135549.

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

Color convert

RGB25315893-
CMYK00.380.630.01
HSL24.38º97.56%67.84%-
HSV(B)24.38º63.24%99.22%-
XYZ54.7146.1316.38-
YUV178.9979.47180.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.20%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 93 (36.72% from 255) = 18.45%
R=50.20%
G=31.35%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531589300.380.630.0124.3897.5667.84
HexFD9E5D0263F1186244
Octal37523613504677130142104
Binary11111101100111101011101010011011111111100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9E5D; }

 p { color: rgb(253,158,93); }

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

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

 a { background-color: rgb(253,158,93); }

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

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

 span { border-color: rgb(253,158,93); }

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