#f15a2e

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

Shades of Outrageous Orange #F15A2E

Tints of Outrageous Orange #F15A2E

Color information

#F15A2E (or 0xF15A2E) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5A and 2E. RGB value is (241,90,46). Sum of RGB (Red+Green+Blue) = 241+90+46=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15A2E is #0EA5D1. Grayscale: #828282. Windows color (decimal): -959954 or 3037937. OLE color: 3037937.

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

Color convert

RGB2419046-
CMYK00.630.810.05
HSL13.54º87.44%56.27%-
HSV(B)13.54º80.91%94.51%-
XYZ40.4226.215.51-
YUV130.1380.53207.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.93%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 46 (18.36% from 255) = 12.20%
R=63.93%
G=23.87%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241904600.630.810.0513.5487.4456.27
HexF15A2E03F515e5738
Octal3611325607712151612770
Binary1111000110110101011100111111101000110111101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15a2e; }

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

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

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

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

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

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

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

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