#F15B36

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

Shades of Outrageous Orange #F15B36

Tints of Outrageous Orange #F15B36

Color information

#F15B36 (or 0xF15B36) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5B and 36. RGB value is (241,91,54). Sum of RGB (Red+Green+Blue) = 241+91+54=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15B36 is #0EA4C9. Grayscale: #838383. Windows color (decimal): -959690 or 3562481. OLE color: 3562481.

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

Color convert

RGB2419154-
CMYK00.620.780.05
HSL11.87º86.98%57.84%-
HSV(B)11.87º77.59%94.51%-
XYZ40.6826.456.45-
YUV131.6384.2206.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.44%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 54 (21.48% from 255) = 13.99%
R=62.44%
G=23.58%
B=13.99%

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
Decimal241915400.620.780.0511.8786.9857.84
HexF15B3603E4E5c573a
Octal3611336607611651412772
Binary1111000110110111101100111110100111010111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15B36; }

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

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

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

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

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

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

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

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