#f1512e

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

Shades of Outrageous Orange #F1512E

Tints of Outrageous Orange #F1512E

Color information

#F1512E (or 0xF1512E) is unknown color: approx Outrageous Orange. HEX triplet: F1, 51 and 2E. RGB value is (241,81,46). Sum of RGB (Red+Green+Blue) = 241+81+46=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1512E is #0EAED1. Grayscale: #7D7D7D. Windows color (decimal): -962258 or 3035633. OLE color: 3035633.

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

Color convert

RGB2418146-
CMYK00.660.810.05
HSL10.77º87.44%56.27%-
HSV(B)10.77º80.91%94.51%-
XYZ39.7124.785.28-
YUV124.8583.51210.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.49%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 46 (18.36% from 255) = 12.5%
R=65.49%
G=22.01%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241814600.660.810.0510.7787.4456.27
HexF1512E042515b5738
Octal36112156010212151312770
Binary11110001101000110111001000010101000110110111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1512e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1512e; }

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

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

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

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

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

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

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

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