#F12A1F

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

Shades of Red Orange #F12A1F

Tints of Red Orange #F12A1F

Color information

#F12A1F (or 0xF12A1F) is unknown color: approx Red Orange. HEX triplet: F1, 2A and 1F. RGB value is (241,42,31). Sum of RGB (Red+Green+Blue) = 241+42+31=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12A1F is #0ED5E0. Grayscale: #646464. Windows color (decimal): -972257 or 2042609. OLE color: 2042609.

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

Color convert

RGB2414231-
CMYK00.830.870.05
HSL3.14º88.24%53.33%-
HSV(B)3.14º87.14%94.51%-
XYZ37.3520.463.28-
YUV100.2588.93228.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 76.75%
GREEN value IS 42 (16.80% from 255) = 13.38%
BLUE value IS 31 (12.5% from 255) = 9.87%
R=76.75%
G=13.38%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241423100.830.870.053.1488.2453.33
HexF12A1F05357535835
Octal361523701231275313065
Binary1111000110101011111010100111010111101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12A1F; }

 p { color: rgb(241,42,31); }

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

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

 a { background-color: rgb(241,42,31); }

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

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

 span { border-color: rgb(241,42,31); }

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