#F14B47

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

Shades of Sunset Orange #F14B47

Tints of Sunset Orange #F14B47

Color information

#F14B47 (or 0xF14B47) is unknown color: approx Sunset Orange. HEX triplet: F1, 4B and 47. RGB value is (241,75,71). Sum of RGB (Red+Green+Blue) = 241+75+71=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14B47 is #0EB4B8. Grayscale: #7C7C7C. Windows color (decimal): -963769 or 4672497. OLE color: 4672497.

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

Color convert

RGB2417571-
CMYK00.690.710.05
HSL1.41º85.86%61.18%-
HSV(B)1.41º70.54%94.51%-
XYZ39.9324.198.53-
YUV124.1898211.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.27%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=62.27%
G=19.38%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241757100.690.710.051.4185.8661.18
HexF14B470454751563d
Octal36111310701051075112675
Binary111100011001011100011101000101100011110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B47; }

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

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

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

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

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

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

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

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