#F2554D

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

Shades of Sunset Orange #F2554D

Tints of Sunset Orange #F2554D

Color information

#F2554D (or 0xF2554D) is unknown color: approx Sunset Orange. HEX triplet: F2, 55 and 4D. RGB value is (242,85,77). Sum of RGB (Red+Green+Blue) = 242+85+77=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2554D is #0DAAB2. Grayscale: #838383. Windows color (decimal): -895667 or 5068274. OLE color: 5068274.

HSL color Cylindrical-coordinate representation of color #F2554D: hue angle of 2.91º 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 #F2554D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2428577-
CMYK00.650.680.05
HSL2.91º86.39%62.55%-
HSV(B)2.91º68.18%94.9%-
XYZ41.2125.919.85-
YUV131.0397.51207.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.90%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 77 (30.47% from 255) = 19.06%
R=59.90%
G=21.04%
B=19.06%

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
Decimal242857700.650.680.052.9186.3962.55
HexF2554D0414453563f
Octal36212511501011045312677
Binary1111001010101011001101010000011000100101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2554D; }

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

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

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

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

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

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

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

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