#F15620

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

Shades of Outrageous Orange #F15620

Tints of Outrageous Orange #F15620

Color information

#F15620 (or 0xF15620) is unknown color: approx Outrageous Orange. HEX triplet: F1, 56 and 20. RGB value is (241,86,32). Sum of RGB (Red+Green+Blue) = 241+86+32=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F15620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15620 is #0EA9DF. Grayscale: #7E7E7E. Windows color (decimal): -960992 or 2119409. OLE color: 2119409.

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

Color convert

RGB2418632-
CMYK00.640.870.05
HSL15.5º88.19%53.53%-
HSV(B)15.5º86.72%94.51%-
XYZ39.8625.464.18-
YUV126.1974.85209.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.13%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 32 (12.89% from 255) = 8.91%
R=67.13%
G=23.96%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241863200.640.870.0515.588.1953.53
HexF15620040575105836
Octal36112640010012752013066
Binary111100011010110100000010000001010111101100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15620; }

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

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

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

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

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

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

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

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