#F1453F

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

Shades of Sunset Orange #F1453F

Tints of Sunset Orange #F1453F

Color information

#F1453F (or 0xF1453F) is unknown color: approx Sunset Orange. HEX triplet: F1, 45 and 3F. RGB value is (241,69,63). Sum of RGB (Red+Green+Blue) = 241+69+63=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1453F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1453F is #0EBAC0. Grayscale: #777777. Windows color (decimal): -965313 or 4146673. OLE color: 4146673.

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

Color convert

RGB2416963-
CMYK00.710.740.05
HSL2.02º86.41%59.61%-
HSV(B)2.02º73.86%94.51%-
XYZ39.323.327.13-
YUV119.7495.98214.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.61%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 63 (25% from 255) = 16.89%
R=64.61%
G=18.50%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241696300.710.740.052.0286.4159.61
HexF1453F0474A52563c
Octal3611057701071125212674
Binary111100011000101111111010001111001010101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1453F; }

 p { color: rgb(241,69,63); }

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

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

 a { background-color: rgb(241,69,63); }

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

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

 span { border-color: rgb(241,69,63); }

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