#F54841

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

Shades of Sunset Orange #F54841

Tints of Sunset Orange #F54841

Color information

#F54841 (or 0xF54841) is unknown color: approx Sunset Orange. HEX triplet: F5, 48 and 41. RGB value is (245,72,65). Sum of RGB (Red+Green+Blue) = 245+72+65=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F54841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54841 is #0AB7BE. Grayscale: #7B7B7B. Windows color (decimal): -702399 or 4278517. OLE color: 4278517.

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

Color convert

RGB2457265-
CMYK00.710.730.04
HSL2.33º90%60.78%-
HSV(B)2.33º73.47%96.08%-
XYZ40.9324.437.56-
YUV122.9395.31215.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.14%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=64.14%
G=18.85%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245726500.710.730.042.339060.78
HexF5484104749425a3d
Octal36511010101071114213275
Binary1111010110010001000001010001111001001100101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54841; }

 p { color: rgb(245,72,65); }

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

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

 a { background-color: rgb(245,72,65); }

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

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

 span { border-color: rgb(245,72,65); }

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