#F1553B

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

Shades of Sunset Orange #F1553B

Tints of Sunset Orange #F1553B

Color information

#F1553B (or 0xF1553B) is unknown color: approx Sunset Orange. HEX triplet: F1, 55 and 3B. RGB value is (241,85,59). Sum of RGB (Red+Green+Blue) = 241+85+59=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1553B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1553B is #0EAAC4. Grayscale: #808080. Windows color (decimal): -961221 or 3888625. OLE color: 3888625.

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

Color convert

RGB2418559-
CMYK00.650.760.05
HSL8.57º86.67%58.82%-
HSV(B)8.57º75.52%94.51%-
XYZ40.3125.516.94-
YUV128.6888.68208.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.60%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 59 (23.44% from 255) = 15.32%
R=62.60%
G=22.08%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241855900.650.760.058.5786.6758.82
HexF1553B0414C59573b
Octal36112573010111451112773
Binary11110001101010111101101000001100110010110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1553B; }

 p { color: rgb(241,85,59); }

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

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

 a { background-color: rgb(241,85,59); }

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

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

 span { border-color: rgb(241,85,59); }

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