#F15320

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

Shades of Outrageous Orange #F15320

Tints of Outrageous Orange #F15320

Color information

#F15320 (or 0xF15320) is unknown color: approx Outrageous Orange. HEX triplet: F1, 53 and 20. RGB value is (241,83,32). Sum of RGB (Red+Green+Blue) = 241+83+32=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F15320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15320 is #0EACDF. Grayscale: #7C7C7C. Windows color (decimal): -961760 or 2118641. OLE color: 2118641.

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

Color convert

RGB2418332-
CMYK00.660.870.05
HSL14.64º88.19%53.53%-
HSV(B)14.64º86.72%94.51%-
XYZ39.6324.994.1-
YUV124.4375.85211.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.70%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 32 (12.89% from 255) = 8.99%
R=67.70%
G=23.31%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241833200.660.870.0514.6488.1953.53
HexF15320042575f5836
Octal36112340010212751713066
Binary11110001101001110000001000010101011110111111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15320; }

 p { color: rgb(241,83,32); }

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

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

 a { background-color: rgb(241,83,32); }

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

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

 span { border-color: rgb(241,83,32); }

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