#F14B49

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

Shades of Sunset Orange #F14B49

Tints of Sunset Orange #F14B49

Color information

#F14B49 (or 0xF14B49) is unknown color: approx Sunset Orange. HEX triplet: F1, 4B and 49. RGB value is (241,75,73). Sum of RGB (Red+Green+Blue) = 241+75+73=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14B49 is #0EB4B6. Grayscale: #7C7C7C. Windows color (decimal): -963767 or 4803569. OLE color: 4803569.

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

Color convert

RGB2417573-
CMYK00.690.700.05
HSL0.71º85.71%61.57%-
HSV(B)0.71º69.71%94.51%-
XYZ39.9924.218.87-
YUV124.4199211.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.95%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=61.95%
G=19.28%
B=18.77%

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
Decimal241757300.690.700.050.7185.7161.57
HexF14B490454651563e
Octal36111311101051065112676
Binary111100011001011100100101000101100011010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B49; }

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

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

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

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

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

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

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

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