#FB5146

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

Shades of Sunset Orange #FB5146

Tints of Sunset Orange #FB5146

Color information

#FB5146 (or 0xFB5146) is unknown color: approx Sunset Orange. HEX triplet: FB, 51 and 46. RGB value is (251,81,70). Sum of RGB (Red+Green+Blue) = 251+81+70=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5146 is #04AEB9. Grayscale: #828282. Windows color (decimal): -306874 or 4608507. OLE color: 4608507.

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

Color convert

RGB2518170-
CMYK00.680.720.02
HSL3.65º95.77%62.94%-
HSV(B)3.65º72.11%98.43%-
XYZ43.8326.848.66-
YUV130.5893.82213.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 62.44%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 70 (27.73% from 255) = 17.41%
R=62.44%
G=20.15%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251817000.680.720.023.6595.7762.94
HexFB51460444824603f
Octal37312110601041102414077
Binary1111101110100011000110010001001001000101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5146; }

 p { color: rgb(251,81,70); }

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

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

 a { background-color: rgb(251,81,70); }

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

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

 span { border-color: rgb(251,81,70); }

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