#FB5346

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

Shades of Sunset Orange #FB5346

Tints of Sunset Orange #FB5346

Color information

#FB5346 (or 0xFB5346) is unknown color: approx Sunset Orange. HEX triplet: FB, 53 and 46. RGB value is (251,83,70). Sum of RGB (Red+Green+Blue) = 251+83+70=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5346 is #04ACB9. Grayscale: #838383. Windows color (decimal): -306362 or 4609019. OLE color: 4609019.

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

Color convert

RGB2518370-
CMYK00.670.720.02
HSL4.31º95.77%62.94%-
HSV(B)4.31º72.11%98.43%-
XYZ43.9827.148.71-
YUV131.7593.16213.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 62.13%
GREEN value IS 83 (32.81% from 255) = 20.54%
BLUE value IS 70 (27.73% from 255) = 17.33%
R=62.13%
G=20.54%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251837000.670.720.024.3195.7762.94
HexFB53460434824603f
Octal37312310601031102414077
Binary1111101110100111000110010000111001000101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5346; }

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

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

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

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

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

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

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

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