#FB9E5F

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

Shades of Sandy Brown #FB9E5F

Tints of Sandy Brown #FB9E5F

Color information

#FB9E5F (or 0xFB9E5F) is unknown color: approx Sandy Brown. HEX triplet: FB, 9E and 5F. RGB value is (251,158,95). Sum of RGB (Red+Green+Blue) = 251+158+95=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9E5F is #0461A0. Grayscale: #B2B2B2. Windows color (decimal): -287137 or 6266619. OLE color: 6266619.

HSL color Cylindrical-coordinate representation of color #FB9E5F: hue angle of 24.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB9E5F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25115895-
CMYK00.370.620.02
HSL24.23º95.12%67.84%-
HSV(B)24.23º62.15%98.43%-
XYZ54.0845.7916.81-
YUV178.6280.81179.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.80%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=49.80%
G=31.35%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511589500.370.620.0224.2395.1267.84
HexFB9E5F0253E2185f44
Octal37323613704576230137104
Binary111110111001111010111110100101111110101100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9E5F; }

 p { color: rgb(251,158,95); }

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

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

 a { background-color: rgb(251,158,95); }

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

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

 span { border-color: rgb(251,158,95); }

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