#F55147

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

Shades of Sunset Orange #F55147

Tints of Sunset Orange #F55147

Color information

#F55147 (or 0xF55147) is unknown color: approx Sunset Orange. HEX triplet: F5, 51 and 47. RGB value is (245,81,71). Sum of RGB (Red+Green+Blue) = 245+81+71=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F55147 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55147 is #0AAEB8. Grayscale: #818181. Windows color (decimal): -700089 or 4674037. OLE color: 4674037.

HSL color Cylindrical-coordinate representation of color #F55147: hue angle of 3.45º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F55147 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB2458171-
CMYK00.670.710.04
HSL3.45º89.69%61.96%-
HSV(B)3.45º71.02%96.08%-
XYZ41.7425.758.73-
YUV128.995.33210.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.71%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=61.71%
G=20.40%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245817100.670.710.043.4589.6961.96
HexF5514704347435a3e
Octal36512110701031074313276
Binary1111010110100011000111010000111000111100111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55147; }

 p { color: rgb(245,81,71); }

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

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

 a { background-color: rgb(245,81,71); }

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

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

 span { border-color: rgb(245,81,71); }

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