#F1493D

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

Shades of Sunset Orange #F1493D

Tints of Sunset Orange #F1493D

Color information

#F1493D (or 0xF1493D) is unknown color: approx Sunset Orange. HEX triplet: F1, 49 and 3D. RGB value is (241,73,61). Sum of RGB (Red+Green+Blue) = 241+73+61=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F1493D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1493D is #0EB6C2. Grayscale: #7A7A7A. Windows color (decimal): -964291 or 4016625. OLE color: 4016625.

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

Color convert

RGB2417361-
CMYK00.700.750.05
HSL86.54%59.22%-
HSV(B)74.69%94.51%-
XYZ39.523.86.93-
YUV121.8693.66212.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.27%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=64.27%
G=19.47%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241736100.700.750.05486.5459.22
HexF1493D0464B54573b
Octal3611117501061135412773
Binary1111000110010011111010100011010010111011001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1493D; }

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

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

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

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

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

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

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

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