#FD9F5E

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

Shades of Sandy Brown #FD9F5E

Tints of Sandy Brown #FD9F5E

Color information

#FD9F5E (or 0xFD9F5E) is unknown color: approx Sandy Brown. HEX triplet: FD, 9F and 5E. RGB value is (253,159,94). Sum of RGB (Red+Green+Blue) = 253+159+94=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9F5E is #0260A1. Grayscale: #B4B4B4. Windows color (decimal): -155810 or 6201341. OLE color: 6201341.

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

Color convert

RGB25315994-
CMYK00.370.630.01
HSL24.53º97.55%68.04%-
HSV(B)24.53º62.85%99.22%-
XYZ54.9346.4916.67-
YUV179.779.64180.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 94 (37.11% from 255) = 18.58%
R=50%
G=31.42%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531599400.370.630.0124.5397.5568.04
HexFD9F5E0253F1196244
Octal37523713604577131142104
Binary11111101100111111011110010010111111111100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9F5E; }

 p { color: rgb(253,159,94); }

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

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

 a { background-color: rgb(253,159,94); }

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

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

 span { border-color: rgb(253,159,94); }

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