#F14E4A

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

Shades of Sunset Orange #F14E4A

Tints of Sunset Orange #F14E4A

Color information

#F14E4A (or 0xF14E4A) is unknown color: approx Sunset Orange. HEX triplet: F1, 4E and 4A. RGB value is (241,78,74). Sum of RGB (Red+Green+Blue) = 241+78+74=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E4A is #0EB1B5. Grayscale: #7E7E7E. Windows color (decimal): -962998 or 4869873. OLE color: 4869873.

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

Color convert

RGB2417874-
CMYK00.680.690.05
HSL1.44º85.64%61.76%-
HSV(B)1.44º69.29%94.51%-
XYZ40.2424.649.11-
YUV126.2898.5209.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=61.32%
G=19.85%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241787400.680.690.051.4485.6461.76
HexF14E4A0444551563e
Octal36111611201041055112676
Binary111100011001110100101001000100100010110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E4A; }

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

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

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

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

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

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

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

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