#F54D49

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

Shades of Sunset Orange #F54D49

Tints of Sunset Orange #F54D49

Color information

#F54D49 (or 0xF54D49) is unknown color: approx Sunset Orange. HEX triplet: F5, 4D and 49. RGB value is (245,77,73). Sum of RGB (Red+Green+Blue) = 245+77+73=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54D49 is #0AB2B6. Grayscale: #7E7E7E. Windows color (decimal): -701111 or 4804085. OLE color: 4804085.

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

Color convert

RGB2457773-
CMYK00.690.700.04
HSL1.4º89.58%62.35%-
HSV(B)1.4º70.2%96.08%-
XYZ41.5125.28.98-
YUV126.7897.66212.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.03%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=62.03%
G=19.49%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245777300.690.700.041.489.5862.35
HexF54D4904546415a3e
Octal36511511101051064113276
Binary111101011001101100100101000101100011010011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54D49; }

 p { color: rgb(245,77,73); }

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

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

 a { background-color: rgb(245,77,73); }

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

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

 span { border-color: rgb(245,77,73); }

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