#f55447

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

Shades of Sunset Orange #F55447

Tints of Sunset Orange #F55447

Color information

#F55447 (or 0xF55447) is unknown color: approx Sunset Orange. HEX triplet: F5, 54 and 47. RGB value is (245,84,71). Sum of RGB (Red+Green+Blue) = 245+84+71=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F55447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55447 is #0AABB8. Grayscale: #828282. Windows color (decimal): -699321 or 4674805. OLE color: 4674805.

HSL color Cylindrical-coordinate representation of color #F55447: hue angle of 4.48º 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 #F55447 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB2458471-
CMYK00.660.710.04
HSL4.48º89.69%61.96%-
HSV(B)4.48º71.02%96.08%-
XYZ41.9626.218.81-
YUV130.6694.34209.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.25%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 71 (28.12% from 255) = 17.75%
R=61.25%
G=21%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245847100.660.710.044.4889.6961.96
HexF5544704247445a3e
Octal36512410701021074413276
Binary11110101101010010001110100001010001111001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f55447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f55447; }

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

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

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

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

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

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

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

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