#F14E41

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

Shades of Sunset Orange #F14E41

Tints of Sunset Orange #F14E41

Color information

#F14E41 (or 0xF14E41) is unknown color: approx Sunset Orange. HEX triplet: F1, 4E and 41. RGB value is (241,78,65). Sum of RGB (Red+Green+Blue) = 241+78+65=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E41 is #0EB1BE. Grayscale: #7D7D7D. Windows color (decimal): -963007 or 4280049. OLE color: 4280049.

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

Color convert

RGB2417865-
CMYK00.680.730.05
HSL4.43º86.27%60%-
HSV(B)4.43º73.03%94.51%-
XYZ39.9524.537.63-
YUV125.2694210.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.76%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=62.76%
G=20.31%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241786500.680.730.054.4386.2760
HexF14E410444954563c
Octal36111610101041115412674
Binary11110001100111010000010100010010010011011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E41; }

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

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

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

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

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

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

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

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