#F15E2C

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

Shades of Outrageous Orange #F15E2C

Tints of Outrageous Orange #F15E2C

Color information

#F15E2C (or 0xF15E2C) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5E and 2C. RGB value is (241,94,44). Sum of RGB (Red+Green+Blue) = 241+94+44=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15E2C is #0EA1D3. Grayscale: #848484. Windows color (decimal): -958932 or 2907889. OLE color: 2907889.

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

Color convert

RGB2419444-
CMYK00.610.820.05
HSL15.23º87.56%55.88%-
HSV(B)15.23º81.74%94.51%-
XYZ40.7326.895.43-
YUV132.2578.2205.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.59%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 44 (17.58% from 255) = 11.61%
R=63.59%
G=24.80%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241944400.610.820.0515.2387.5655.88
HexF15E2C03D525f5838
Octal3611365407512251713070
Binary1111000110111101011000111101101001010111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15E2C; }

 p { color: rgb(241,94,44); }

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

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

 a { background-color: rgb(241,94,44); }

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

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

 span { border-color: rgb(241,94,44); }

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