#F15341

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

Shades of Sunset Orange #F15341

Tints of Sunset Orange #F15341

Color information

#F15341 (or 0xF15341) is unknown color: approx Sunset Orange. HEX triplet: F1, 53 and 41. RGB value is (241,83,65). Sum of RGB (Red+Green+Blue) = 241+83+65=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F15341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15341 is #0EACBE. Grayscale: #808080. Windows color (decimal): -961727 or 4281329. OLE color: 4281329.

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

Color convert

RGB2418365-
CMYK00.660.730.05
HSL6.14º86.27%60%-
HSV(B)6.14º73.03%94.51%-
XYZ40.3225.277.75-
YUV128.1992.35208.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.95%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=61.95%
G=21.34%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241836500.660.730.056.1486.2760
HexF153410424956563c
Octal36112310101021115612674
Binary11110001101001110000010100001010010011011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15341; }

 p { color: rgb(241,83,65); }

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

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

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

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

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

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

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