#F14E3B

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

Shades of Sunset Orange #F14E3B

Tints of Sunset Orange #F14E3B

Color information

#F14E3B (or 0xF14E3B) is unknown color: approx Sunset Orange. HEX triplet: F1, 4E and 3B. RGB value is (241,78,59). Sum of RGB (Red+Green+Blue) = 241+78+59=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E3B is #0EB1C4. Grayscale: #7C7C7C. Windows color (decimal): -963013 or 3886833. OLE color: 3886833.

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

Color convert

RGB2417859-
CMYK00.680.760.05
HSL6.26º86.67%58.82%-
HSV(B)6.26º75.52%94.51%-
XYZ39.7924.476.76-
YUV124.5791211.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.76%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=63.76%
G=20.63%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241785900.680.760.056.2686.6758.82
HexF14E3B0444C56573b
Octal3611167301041145612773
Binary1111000110011101110110100010010011001011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E3B; }

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

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

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

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

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

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

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

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