#FB9450

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

Shades of Sunshade #FB9450

Tints of Sunshade #FB9450

Color information

#FB9450 (or 0xFB9450) is unknown color: approx Sunshade. HEX triplet: FB, 94 and 50. RGB value is (251,148,80). Sum of RGB (Red+Green+Blue) = 251+148+80=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9450 is #046BAF. Grayscale: #ABABAB. Windows color (decimal): -289712 or 5281019. OLE color: 5281019.

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

Color convert

RGB25114880-
CMYK00.410.680.02
HSL23.86º95.53%64.9%-
HSV(B)23.86º68.13%98.43%-
XYZ51.8242.2713.02-
YUV171.0476.62185.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.40%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 80 (31.64% from 255) = 16.70%
R=52.40%
G=30.90%
B=16.70%

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
Decimal2511488000.410.680.0223.8695.5364.9
HexFB9450029442186041
Octal373224120051104230140101
Binary1111101110010100101000001010011000100101100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9450; }

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

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

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

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

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

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

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

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