#F1493B

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

Shades of Sunset Orange #F1493B

Tints of Sunset Orange #F1493B

Color information

#F1493B (or 0xF1493B) is unknown color: approx Sunset Orange. HEX triplet: F1, 49 and 3B. RGB value is (241,73,59). Sum of RGB (Red+Green+Blue) = 241+73+59=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1493B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1493B is #0EB6C4. Grayscale: #797979. Windows color (decimal): -964293 or 3885553. OLE color: 3885553.

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

Color convert

RGB2417359-
CMYK00.700.760.05
HSL4.62º86.67%58.82%-
HSV(B)4.62º75.52%94.51%-
XYZ39.4523.786.65-
YUV121.6492.66213.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.61%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 59 (23.44% from 255) = 15.82%
R=64.61%
G=19.57%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241735900.700.760.054.6286.6758.82
HexF1493B0464C55573b
Octal3611117301061145512773
Binary1111000110010011110110100011010011001011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1493B; }

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

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

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

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

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

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

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

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