#f15825

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

Shades of Outrageous Orange #F15825

Tints of Outrageous Orange #F15825

Color information

#F15825 (or 0xF15825) is unknown color: approx Outrageous Orange. HEX triplet: F1, 58 and 25. RGB value is (241,88,37). Sum of RGB (Red+Green+Blue) = 241+88+37=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F15825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15825 is #0EA7DA. Grayscale: #808080. Windows color (decimal): -960475 or 2447601. OLE color: 2447601.

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

Color convert

RGB2418837-
CMYK00.630.850.05
HSL15º87.93%54.51%-
HSV(B)15º84.65%94.51%-
XYZ40.125.814.62-
YUV127.9376.69208.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.85%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 37 (14.84% from 255) = 10.11%
R=65.85%
G=24.04%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241883700.630.850.051587.9354.51
HexF1582503F555f5837
Octal3611304507712551713067
Binary1111000110110001001010111111101010110111111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15825; }

 p { color: rgb(241,88,37); }

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

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

 a { background-color: rgb(241,88,37); }

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

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

 span { border-color: rgb(241,88,37); }

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