#F1342E

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

Shades of Red Orange #F1342E

Tints of Red Orange #F1342E

Color information

#F1342E (or 0xF1342E) is unknown color: approx Red Orange. HEX triplet: F1, 34 and 2E. RGB value is (241,52,46). Sum of RGB (Red+Green+Blue) = 241+52+46=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F1342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1342E is #0ECBD1. Grayscale: #6C6C6C. Windows color (decimal): -969682 or 3028209. OLE color: 3028209.

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

Color convert

RGB2415246-
CMYK00.780.810.05
HSL1.85º87.44%56.27%-
HSV(B)1.85º80.91%94.51%-
XYZ3821.354.7-
YUV107.8393.12222.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 71.09%
GREEN value IS 52 (20.70% from 255) = 15.34%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=71.09%
G=15.34%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241524600.780.810.051.8587.4456.27
HexF1342E04E51525738
Octal361645601161215212770
Binary11110001110100101110010011101010001101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1342E; }

 p { color: rgb(241,52,46); }

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

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

 a { background-color: rgb(241,52,46); }

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

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

 span { border-color: rgb(241,52,46); }

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