#F14D41

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

Shades of Sunset Orange #F14D41

Tints of Sunset Orange #F14D41

Color information

#F14D41 (or 0xF14D41) is unknown color: approx Sunset Orange. HEX triplet: F1, 4D and 41. RGB value is (241,77,65). Sum of RGB (Red+Green+Blue) = 241+77+65=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D41 is #0EB2BE. Grayscale: #7C7C7C. Windows color (decimal): -963263 or 4279793. OLE color: 4279793.

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

Color convert

RGB2417765-
CMYK00.680.730.05
HSL4.09º86.27%60%-
HSV(B)4.09º73.03%94.51%-
XYZ39.8824.397.61-
YUV124.6794.33210.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.92%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=62.92%
G=20.10%
B=16.97%

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
Decimal241776500.680.730.054.0986.2760
HexF14D410444954563c
Octal36111510101041115412674
Binary11110001100110110000010100010010010011011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D41; }

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

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

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

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

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

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

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

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