#F15C36

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

Shades of Outrageous Orange #F15C36

Tints of Outrageous Orange #F15C36

Color information

#F15C36 (or 0xF15C36) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5C and 36. RGB value is (241,92,54). Sum of RGB (Red+Green+Blue) = 241+92+54=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C36 is #0EA3C9. Grayscale: #848484. Windows color (decimal): -959434 or 3562737. OLE color: 3562737.

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

Color convert

RGB2419254-
CMYK00.620.780.05
HSL12.19º86.98%57.84%-
HSV(B)12.19º77.59%94.51%-
XYZ40.7726.626.48-
YUV132.2283.86205.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.27%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 54 (21.48% from 255) = 13.95%
R=62.27%
G=23.77%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241925400.620.780.0512.1986.9857.84
HexF15C3603E4E5c573a
Octal3611346607611651412772
Binary1111000110111001101100111110100111010111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15C36; }

 p { color: rgb(241,92,54); }

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

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

 a { background-color: rgb(241,92,54); }

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

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

 span { border-color: rgb(241,92,54); }

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