#f1503f

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

Shades of Sunset Orange #F1503F

Tints of Sunset Orange #F1503F

Color information

#F1503F (or 0xF1503F) is unknown color: approx Sunset Orange. HEX triplet: F1, 50 and 3F. RGB value is (241,80,63). Sum of RGB (Red+Green+Blue) = 241+80+63=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1503F is #0EAFC0. Grayscale: #7E7E7E. Windows color (decimal): -962497 or 4149489. OLE color: 4149489.

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

Color convert

RGB2418063-
CMYK00.670.740.05
HSL5.73º86.41%59.61%-
HSV(B)5.73º73.86%94.51%-
XYZ40.0424.87.38-
YUV126.292.34209.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.76%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 63 (25% from 255) = 16.41%
R=62.76%
G=20.83%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241806300.670.740.055.7386.4159.61
HexF1503F0434A56563c
Octal3611207701031125612674
Binary1111000110100001111110100001110010101011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1503f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1503f; }

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

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

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

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

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

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

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

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