#F15D2C

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

Shades of Outrageous Orange #F15D2C

Tints of Outrageous Orange #F15D2C

Color information

#F15D2C (or 0xF15D2C) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5D and 2C. RGB value is (241,93,44). Sum of RGB (Red+Green+Blue) = 241+93+44=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D2C is #0EA2D3. Grayscale: #848484. Windows color (decimal): -959188 or 2907633. OLE color: 2907633.

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

Color convert

RGB2419344-
CMYK00.610.820.05
HSL14.92º87.56%55.88%-
HSV(B)14.92º81.74%94.51%-
XYZ40.6426.715.4-
YUV131.6778.53205.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.76%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 44 (17.58% from 255) = 11.64%
R=63.76%
G=24.60%
B=11.64%

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
Decimal241934400.610.820.0514.9287.5655.88
HexF15D2C03D525f5838
Octal3611355407512251713070
Binary1111000110111011011000111101101001010111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15D2C; }

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

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

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

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

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

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

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

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