#F55740

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

Shades of Sunset Orange #F55740

Tints of Sunset Orange #F55740

Color information

#F55740 (or 0xF55740) is unknown color: approx Sunset Orange. HEX triplet: F5, 57 and 40. RGB value is (245,87,64). Sum of RGB (Red+Green+Blue) = 245+87+64=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F55740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55740 is #0AA8BF. Grayscale: #838383. Windows color (decimal): -698560 or 4216821. OLE color: 4216821.

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

Color convert

RGB2458764-
CMYK00.640.740.04
HSL7.62º90.05%60.59%-
HSV(B)7.62º73.88%96.08%-
XYZ41.9926.67.77-
YUV131.6289.85208.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.87%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 64 (25.39% from 255) = 16.16%
R=61.87%
G=21.97%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245876400.640.740.047.6290.0560.59
HexF557400404A485a3d
Octal365127100010011241013275
Binary111101011010111100000001000000100101010010001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55740; }

 p { color: rgb(245,87,64); }

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

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

 a { background-color: rgb(245,87,64); }

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

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

 span { border-color: rgb(245,87,64); }

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