#F04A49

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

Shades of Sunset Orange #F04A49

Tints of Sunset Orange #F04A49

Color information

#F04A49 (or 0xF04A49) is unknown color: approx Sunset Orange. HEX triplet: F0, 4A and 49. RGB value is (240,74,73). Sum of RGB (Red+Green+Blue) = 240+74+73=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A49 is #0FB5B6. Grayscale: #7B7B7B. Windows color (decimal): -1029559 or 4803312. OLE color: 4803312.

HSL color Cylindrical-coordinate representation of color #F04A49: hue angle of 0.36º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04A49 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB2407473-
CMYK00.690.700.06
HSL0.36º84.77%61.37%-
HSV(B)0.36º69.58%94.12%-
XYZ39.5923.98.83-
YUV123.5299.5211.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.02%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=62.02%
G=19.12%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240747300.690.700.060.3684.7761.37
HexF04A490454660553d
Octal36011211101051066012575
Binary111100001001010100100101000101100011011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A49; }

 p { color: rgb(240,74,73); }

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

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

 a { background-color: rgb(240,74,73); }

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

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

 span { border-color: rgb(240,74,73); }

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