#F24E48

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

Shades of Sunset Orange #F24E48

Tints of Sunset Orange #F24E48

Color information

#F24E48 (or 0xF24E48) is unknown color: approx Sunset Orange. HEX triplet: F2, 4E and 48. RGB value is (242,78,72). Sum of RGB (Red+Green+Blue) = 242+78+72=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24E48 is #0DB1B7. Grayscale: #7E7E7E. Windows color (decimal): -897464 or 4738802. OLE color: 4738802.

HSL color Cylindrical-coordinate representation of color #F24E48: hue angle of 2.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24E48 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB2427872-
CMYK00.680.700.05
HSL2.12º86.73%61.57%-
HSV(B)2.12º70.25%94.9%-
XYZ40.5124.798.78-
YUV126.3597.33210.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.73%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 72 (28.52% from 255) = 18.37%
R=61.73%
G=19.90%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242787200.680.700.052.1286.7361.57
HexF24E480444652573e
Octal36211611001041065212776
Binary1111001010011101001000010001001000110101101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24E48; }

 p { color: rgb(242,78,72); }

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

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

 a { background-color: rgb(242,78,72); }

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

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

 span { border-color: rgb(242,78,72); }

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