#F14841

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

Shades of Sunset Orange #F14841

Tints of Sunset Orange #F14841

Color information

#F14841 (or 0xF14841) is unknown color: approx Sunset Orange. HEX triplet: F1, 48 and 41. RGB value is (241,72,65). Sum of RGB (Red+Green+Blue) = 241+72+65=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F14841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14841 is #0EB7BE. Grayscale: #797979. Windows color (decimal): -964543 or 4278513. OLE color: 4278513.

HSL color Cylindrical-coordinate representation of color #F14841: hue angle of 2.39º 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 #F14841 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB2417265-
CMYK00.700.730.05
HSL2.39º86.27%60%-
HSV(B)2.39º73.03%94.51%-
XYZ39.5523.727.49-
YUV121.7395.99213.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.76%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 65 (25.78% from 255) = 17.20%
R=63.76%
G=19.05%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241726500.700.730.052.3986.2760
HexF148410464952563c
Octal36111010101061115212674
Binary1111000110010001000001010001101001001101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14841; }

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

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

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

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

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

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

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

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