#F14E4E

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

Shades of Sunset Orange #F14E4E

Tints of Sunset Orange #F14E4E

Color information

#F14E4E (or 0xF14E4E) is unknown color: approx Sunset Orange. HEX triplet: F1, 4E and 4E. RGB value is (241,78,78). Sum of RGB (Red+Green+Blue) = 241+78+78=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E4E is #0EB1B1. Grayscale: #7E7E7E. Windows color (decimal): -962994 or 5132017. OLE color: 5132017.

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

Color convert

RGB2417878-
CMYK00.680.680.05
HSL85.34%62.55%-
HSV(B)67.63%94.51%-
XYZ40.3824.79.85-
YUV126.74100.5209.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.71%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=60.71%
G=19.65%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241787800.680.680.05085.3462.55
HexF14E4E0444450553f
Octal36111611601041045012577
Binary111100011001110100111001000100100010010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E4E; }

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

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

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

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

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

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

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

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