#F15D32

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

Shades of Outrageous Orange #F15D32

Tints of Outrageous Orange #F15D32

Color information

#F15D32 (or 0xF15D32) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5D and 32. RGB value is (241,93,50). Sum of RGB (Red+Green+Blue) = 241+93+50=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D32 is #0EA2CD. Grayscale: #848484. Windows color (decimal): -959182 or 3300849. OLE color: 3300849.

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

Color convert

RGB2419350-
CMYK00.610.790.05
HSL13.51º87.21%57.06%-
HSV(B)13.51º79.25%94.51%-
XYZ40.7726.766.03-
YUV132.3581.53205.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.76%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 50 (19.92% from 255) = 13.02%
R=62.76%
G=24.22%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241935000.610.790.0513.5187.2157.06
HexF15D3203D4F5e5739
Octal3611356207511751612771
Binary1111000110111011100100111101100111110111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15D32; }

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

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

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

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

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

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

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

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