#F45050

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

Shades of Sunset Orange #F45050

Tints of Sunset Orange #F45050

Color information

#F45050 (or 0xF45050) is unknown color: approx Sunset Orange. HEX triplet: F4, 50 and 50. RGB value is (244,80,80). Sum of RGB (Red+Green+Blue) = 244+80+80=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F45050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45050 is #0BAFAF. Grayscale: #818181. Windows color (decimal): -765872 or 5263604. OLE color: 5263604.

HSL color Cylindrical-coordinate representation of color #F45050: hue angle of 0º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45050 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB2448080-
CMYK00.670.670.04
HSL88.17%63.53%-
HSV(B)67.21%95.69%-
XYZ41.6225.5510.33-
YUV129.04100.33210-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 60.40%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=60.40%
G=19.80%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244808000.670.670.04088.1763.53
HexF4505004343405840
Octal364120120010310340130100
Binary1111010010100001010000010000111000011100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45050; }

 p { color: rgb(244,80,80); }

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

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

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

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

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

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

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