#F14A49

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

Shades of Sunset Orange #F14A49

Tints of Sunset Orange #F14A49

Color information

#F14A49 (or 0xF14A49) is unknown color: approx Sunset Orange. HEX triplet: F1, 4A and 49. RGB value is (241,74,73). Sum of RGB (Red+Green+Blue) = 241+74+73=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14A49 is #0EB5B6. Grayscale: #7B7B7B. Windows color (decimal): -964023 or 4803313. OLE color: 4803313.

HSL color Cylindrical-coordinate representation of color #F14A49: hue angle of 0.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14A49 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB2417473-
CMYK00.690.700.05
HSL0.36º85.71%61.57%-
HSV(B)0.36º69.71%94.51%-
XYZ39.9324.088.85-
YUV123.8299.33211.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=62.11%
G=19.07%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241747300.690.700.050.3685.7161.57
HexF14A490454650563e
Octal36111211101051065012676
Binary111100011001010100100101000101100011010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A49; }

 p { color: rgb(241,74,73); }

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

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

 a { background-color: rgb(241,74,73); }

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

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

 span { border-color: rgb(241,74,73); }

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