#F14741

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

Shades of Sunset Orange #F14741

Tints of Sunset Orange #F14741

Color information

#F14741 (or 0xF14741) is unknown color: approx Sunset Orange. HEX triplet: F1, 47 and 41. RGB value is (241,71,65). Sum of RGB (Red+Green+Blue) = 241+71+65=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F14741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14741 is #0EB8BE. Grayscale: #797979. Windows color (decimal): -964799 or 4278257. OLE color: 4278257.

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

Color convert

RGB2417165-
CMYK00.710.730.05
HSL2.05º86.27%60%-
HSV(B)2.05º73.03%94.51%-
XYZ39.4823.597.47-
YUV121.1596.32213.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.93%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=63.93%
G=18.83%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241716500.710.730.052.0586.2760
HexF147410474952563c
Octal36110710101071115212674
Binary1111000110001111000001010001111001001101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14741; }

 p { color: rgb(241,71,65); }

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

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

 a { background-color: rgb(241,71,65); }

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

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

 span { border-color: rgb(241,71,65); }

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