#F05049

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

Shades of Sunset Orange #F05049

Tints of Sunset Orange #F05049

Color information

#F05049 (or 0xF05049) is unknown color: approx Sunset Orange. HEX triplet: F0, 50 and 49. RGB value is (240,80,73). Sum of RGB (Red+Green+Blue) = 240+80+73=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F05049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05049 is #0FAFB6. Grayscale: #7F7F7F. Windows color (decimal): -1028023 or 4804848. OLE color: 4804848.

HSL color Cylindrical-coordinate representation of color #F05049: hue angle of 2.51º 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 #F05049 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB2408073-
CMYK00.670.700.06
HSL2.51º84.77%61.37%-
HSV(B)2.51º69.58%94.12%-
XYZ40.0124.748.97-
YUV127.0497.51208.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.07%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=61.07%
G=20.36%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240807300.670.700.062.5184.7761.37
HexF050490434663553d
Octal36012011101031066312575
Binary1111000010100001001001010000111000110110111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05049; }

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

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

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

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

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

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

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

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