#F15C3C

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

Shades of Outrageous Orange #F15C3C

Tints of Outrageous Orange #F15C3C

Color information

#F15C3C (or 0xF15C3C) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5C and 3C. RGB value is (241,92,60). Sum of RGB (Red+Green+Blue) = 241+92+60=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C3C is #0EA3C3. Grayscale: #858585. Windows color (decimal): -959428 or 3955953. OLE color: 3955953.

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

Color convert

RGB2419260-
CMYK00.620.750.05
HSL10.61º86.6%59.02%-
HSV(B)10.61º75.1%94.51%-
XYZ40.9226.687.27-
YUV132.986.86205.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 60 (23.83% from 255) = 15.27%
R=61.32%
G=23.41%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241926000.620.750.0510.6186.659.02
HexF15C3C03E4B5b573b
Octal3611347407611351312773
Binary1111000110111001111000111110100101110110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15C3C; }

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

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

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

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

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

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

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

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