#FB9650

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

Shades of Sunshade #FB9650

Tints of Sunshade #FB9650

Color information

#FB9650 (or 0xFB9650) is unknown color: approx Sunshade. HEX triplet: FB, 96 and 50. RGB value is (251,150,80). Sum of RGB (Red+Green+Blue) = 251+150+80=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9650 is #0469AF. Grayscale: #ACACAC. Windows color (decimal): -289200 or 5281531. OLE color: 5281531.

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

Color convert

RGB25115080-
CMYK00.400.680.02
HSL24.56º95.53%64.9%-
HSV(B)24.56º68.13%98.43%-
XYZ52.1442.913.12-
YUV172.2275.96184.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.18%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 80 (31.64% from 255) = 16.63%
R=52.18%
G=31.19%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511508000.400.680.0224.5695.5364.9
HexFB9650028442196041
Octal373226120050104231140101
Binary1111101110010110101000001010001000100101100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9650; }

 p { color: rgb(251,150,80); }

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

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

 a { background-color: rgb(251,150,80); }

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

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

 span { border-color: rgb(251,150,80); }

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