#F15247

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

Shades of Sunset Orange #F15247

Tints of Sunset Orange #F15247

Color information

#F15247 (or 0xF15247) is unknown color: approx Sunset Orange. HEX triplet: F1, 52 and 47. RGB value is (241,82,71). Sum of RGB (Red+Green+Blue) = 241+82+71=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F15247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15247 is #0EADB8. Grayscale: #808080. Windows color (decimal): -961977 or 4674289. OLE color: 4674289.

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

Color convert

RGB2418271-
CMYK00.660.710.05
HSL3.88º85.86%61.18%-
HSV(B)3.88º70.54%94.51%-
XYZ40.4325.198.69-
YUV128.2995.68208.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.17%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=61.17%
G=20.81%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241827100.660.710.053.8885.8661.18
HexF152470424754563d
Octal36112210701021075412675
Binary11110001101001010001110100001010001111011001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15247; }

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

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

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

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

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

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

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

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