#fc9f5e

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

Shades of Sandy Brown #FC9F5E

Tints of Sandy Brown #FC9F5E

Color information

#FC9F5E (or 0xFC9F5E) is unknown color: approx Sandy Brown. HEX triplet: FC, 9F and 5E. RGB value is (252,159,94). Sum of RGB (Red+Green+Blue) = 252+159+94=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9F5E is #0360A1. Grayscale: #B3B3B3. Windows color (decimal): -221346 or 6201340. OLE color: 6201340.

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

Color convert

RGB25215994-
CMYK00.370.630.01
HSL24.68º96.34%67.84%-
HSV(B)24.68º62.7%98.82%-
XYZ54.5646.316.65-
YUV179.479.81179.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 94 (37.11% from 255) = 18.61%
R=49.90%
G=31.49%
B=18.61%

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
Decimal2521599400.370.630.0124.6896.3467.84
HexFC9F5E0253F1196044
Octal37423713604577131140104
Binary11111100100111111011110010010111111111100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc9f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc9f5e; }

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

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

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

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

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

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

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

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