#FB9550

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

Shades of Sunshade #FB9550

Tints of Sunshade #FB9550

Color information

#FB9550 (or 0xFB9550) is unknown color: approx Sunshade. HEX triplet: FB, 95 and 50. RGB value is (251,149,80). Sum of RGB (Red+Green+Blue) = 251+149+80=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9550 is #046AAF. Grayscale: #ACACAC. Windows color (decimal): -289456 or 5281275. OLE color: 5281275.

HSL color Cylindrical-coordinate representation of color #FB9550: hue angle of 24.21º 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 #FB9550 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25114980-
CMYK00.410.680.02
HSL24.21º95.53%64.9%-
HSV(B)24.21º68.13%98.43%-
XYZ51.9842.5813.07-
YUV171.6376.29184.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.29%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 80 (31.64% from 255) = 16.67%
R=52.29%
G=31.04%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511498000.410.680.0224.2195.5364.9
HexFB9550029442186041
Octal373225120051104230140101
Binary1111101110010101101000001010011000100101100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9550; }

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

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

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

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

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

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

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

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