#F1493F

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

Shades of Sunset Orange #F1493F

Tints of Sunset Orange #F1493F

Color information

#F1493F (or 0xF1493F) is unknown color: approx Sunset Orange. HEX triplet: F1, 49 and 3F. RGB value is (241,73,63). Sum of RGB (Red+Green+Blue) = 241+73+63=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F1493F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1493F is #0EB6C0. Grayscale: #7A7A7A. Windows color (decimal): -964289 or 4147697. OLE color: 4147697.

HSL color Cylindrical-coordinate representation of color #F1493F: hue angle of 3.37º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1493F is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2417363-
CMYK00.700.740.05
HSL3.37º86.41%59.61%-
HSV(B)3.37º73.86%94.51%-
XYZ39.5623.827.22-
YUV122.0994.66212.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.93%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 63 (25% from 255) = 16.71%
R=63.93%
G=19.36%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241736300.700.740.053.3786.4159.61
HexF1493F0464A53563c
Octal3611117701061125312674
Binary111100011001001111111010001101001010101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1493F; }

 p { color: rgb(241,73,63); }

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

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

 a { background-color: rgb(241,73,63); }

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

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

 span { border-color: rgb(241,73,63); }

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