#F54640

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

Shades of Sunset Orange #F54640

Tints of Sunset Orange #F54640

Color information

#F54640 (or 0xF54640) is unknown color: approx Sunset Orange. HEX triplet: F5, 46 and 40. RGB value is (245,70,64). Sum of RGB (Red+Green+Blue) = 245+70+64=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F54640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54640 is #0AB9BF. Grayscale: #797979. Windows color (decimal): -702912 or 4212469. OLE color: 4212469.

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

Color convert

RGB2457064-
CMYK00.710.740.04
HSL1.99º90.05%60.59%-
HSV(B)1.99º73.88%96.08%-
XYZ40.7724.167.37-
YUV121.6495.48215.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.64%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=64.64%
G=18.47%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245706400.710.740.041.9990.0560.59
HexF546400474A425a3d
Octal36510610001071124213275
Binary1111010110001101000000010001111001010100101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54640; }

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

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

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

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

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

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

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

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