#F54B49

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

Shades of Sunset Orange #F54B49

Tints of Sunset Orange #F54B49

Color information

#F54B49 (or 0xF54B49) is unknown color: approx Sunset Orange. HEX triplet: F5, 4B and 49. RGB value is (245,75,73). Sum of RGB (Red+Green+Blue) = 245+75+73=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54B49 is #0AB4B6. Grayscale: #7D7D7D. Windows color (decimal): -701623 or 4803573. OLE color: 4803573.

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

Color convert

RGB2457573-
CMYK00.690.700.04
HSL0.7º89.58%62.35%-
HSV(B)0.7º70.2%96.08%-
XYZ41.3724.938.93-
YUV125.698.32213.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.34%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=62.34%
G=19.08%
B=18.58%

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
Decimal245757300.690.700.040.789.5862.35
HexF54B4904546415a3e
Octal36511311101051064113276
Binary111101011001011100100101000101100011010011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54B49; }

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

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

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

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

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

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

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

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