#F54A45

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

Shades of Sunset Orange #F54A45

Tints of Sunset Orange #F54A45

Color information

#F54A45 (or 0xF54A45) is unknown color: approx Sunset Orange. HEX triplet: F5, 4A and 45. RGB value is (245,74,69). Sum of RGB (Red+Green+Blue) = 245+74+69=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54A45 is #0AB5BA. Grayscale: #7C7C7C. Windows color (decimal): -701883 or 4541173. OLE color: 4541173.

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

Color convert

RGB2457469-
CMYK00.700.720.04
HSL1.7º89.8%61.57%-
HSV(B)1.7º71.84%96.08%-
XYZ41.1824.748.24-
YUV124.5696.65213.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.14%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=63.14%
G=19.07%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245746900.700.720.041.789.861.57
HexF54A4504648425a3e
Octal36511210501061104213276
Binary1111010110010101000101010001101001000100101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54A45; }

 p { color: rgb(245,74,69); }

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

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

 a { background-color: rgb(245,74,69); }

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

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

 span { border-color: rgb(245,74,69); }

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