#F14B41

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

Shades of Sunset Orange #F14B41

Tints of Sunset Orange #F14B41

Color information

#F14B41 (or 0xF14B41) is unknown color: approx Sunset Orange. HEX triplet: F1, 4B and 41. RGB value is (241,75,65). Sum of RGB (Red+Green+Blue) = 241+75+65=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14B41 is #0EB4BE. Grayscale: #7B7B7B. Windows color (decimal): -963775 or 4279281. OLE color: 4279281.

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

Color convert

RGB2417565-
CMYK00.690.730.05
HSL3.41º86.27%60%-
HSV(B)3.41º73.03%94.51%-
XYZ39.7524.117.56-
YUV123.4995211.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.25%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=63.25%
G=19.69%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241756500.690.730.053.4186.2760
HexF14B410454953563c
Octal36111310101051115312674
Binary1111000110010111000001010001011001001101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B41; }

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

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

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

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

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

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

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

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