#F1563E

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

Shades of Sunset Orange #F1563E

Tints of Sunset Orange #F1563E

Color information

#F1563E (or 0xF1563E) is unknown color: approx Sunset Orange. HEX triplet: F1, 56 and 3E. RGB value is (241,86,62). Sum of RGB (Red+Green+Blue) = 241+86+62=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1563E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1563E is #0EA9C1. Grayscale: #818181. Windows color (decimal): -960962 or 4085489. OLE color: 4085489.

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

Color convert

RGB2418662-
CMYK00.640.740.05
HSL8.04º86.47%59.41%-
HSV(B)8.04º74.27%94.51%-
XYZ40.4725.77.39-
YUV129.6189.85207.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.95%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 62 (24.61% from 255) = 15.94%
R=61.95%
G=22.11%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241866200.640.740.058.0486.4759.41
HexF1563E0404A58563b
Octal36112676010011251012673
Binary11110001101011011111001000000100101010110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1563E; }

 p { color: rgb(241,86,62); }

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

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

 a { background-color: rgb(241,86,62); }

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

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

 span { border-color: rgb(241,86,62); }

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