#F2544D

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

Shades of Sunset Orange #F2544D

Tints of Sunset Orange #F2544D

Color information

#F2544D (or 0xF2544D) is unknown color: approx Sunset Orange. HEX triplet: F2, 54 and 4D. RGB value is (242,84,77). Sum of RGB (Red+Green+Blue) = 242+84+77=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2544D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2544D is #0DABB2. Grayscale: #828282. Windows color (decimal): -895923 or 5068018. OLE color: 5068018.

HSL color Cylindrical-coordinate representation of color #F2544D: hue angle of 2.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2544D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2428477-
CMYK00.650.680.05
HSL2.55º86.39%62.55%-
HSV(B)2.55º68.18%94.9%-
XYZ41.1325.759.82-
YUV130.4497.85207.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=60.05%
G=20.84%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242847700.650.680.052.5586.3962.55
HexF2544D0414453563f
Octal36212411501011045312677
Binary1111001010101001001101010000011000100101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2544D; }

 p { color: rgb(242,84,77); }

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

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

 a { background-color: rgb(242,84,77); }

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

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

 span { border-color: rgb(242,84,77); }

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