#F14C47

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

Shades of Sunset Orange #F14C47

Tints of Sunset Orange #F14C47

Color information

#F14C47 (or 0xF14C47) is unknown color: approx Sunset Orange. HEX triplet: F1, 4C and 47. RGB value is (241,76,71). Sum of RGB (Red+Green+Blue) = 241+76+71=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C47 is #0EB3B8. Grayscale: #7C7C7C. Windows color (decimal): -963513 or 4672753. OLE color: 4672753.

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

Color convert

RGB2417671-
CMYK00.680.710.05
HSL1.76º85.86%61.18%-
HSV(B)1.76º70.54%94.51%-
XYZ4024.328.55-
YUV124.7697.66210.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=62.11%
G=19.59%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241767100.680.710.051.7685.8661.18
HexF14C470444752563d
Octal36111410701041075212675
Binary1111000110011001000111010001001000111101101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C47; }

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

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

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

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

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

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

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

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