#FB5040

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

Shades of Sunset Orange #FB5040

Tints of Sunset Orange #FB5040

Color information

#FB5040 (or 0xFB5040) is unknown color: approx Sunset Orange. HEX triplet: FB, 50 and 40. RGB value is (251,80,64). Sum of RGB (Red+Green+Blue) = 251+80+64=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5040 is #04AFBF. Grayscale: #818181. Windows color (decimal): -307136 or 4215035. OLE color: 4215035.

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

Color convert

RGB2518064-
CMYK00.680.750.02
HSL5.13º95.9%61.76%-
HSV(B)5.13º74.5%98.43%-
XYZ43.5826.627.69-
YUV129.391.15214.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.54%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=63.54%
G=20.25%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251806400.680.750.025.1395.961.76
HexFB50400444B25603e
Octal37312010001041132514076
Binary1111101110100001000000010001001001011101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5040; }

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

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

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

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

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

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

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

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