#F1380F

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

Shades of Orange Red #F1380F

Tints of Orange Red #F1380F

Color information

#F1380F (or 0xF1380F) is unknown color: approx Orange Red. HEX triplet: F1, 38 and 0F. RGB value is (241,56,15). Sum of RGB (Red+Green+Blue) = 241+56+15=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F1380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1380F is #0EC7F0. Grayscale: #6A6A6A. Windows color (decimal): -968689 or 997617. OLE color: 997617.

HSL color Cylindrical-coordinate representation of color #F1380F: hue angle of 10.88º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1380F is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB2415615-
CMYK00.770.940.05
HSL10.88º88.98%50.2%-
HSV(B)10.88º93.78%94.51%-
XYZ37.7821.562.62-
YUV106.6476.29223.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 77.24%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 15 (6.25% from 255) = 4.81%
R=77.24%
G=17.95%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241561500.770.940.0510.8888.9850.2
HexF138F04D5E5b5932
Octal3617017011513651313162
Binary11110001111000111101001101101111010110111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1380F; }

 p { color: rgb(241,56,15); }

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

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

 a { background-color: rgb(241,56,15); }

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

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

 span { border-color: rgb(241,56,15); }

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