#F15533

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

Shades of Outrageous Orange #F15533

Tints of Outrageous Orange #F15533

Color information

#F15533 (or 0xF15533) is unknown color: approx Outrageous Orange. HEX triplet: F1, 55 and 33. RGB value is (241,85,51). Sum of RGB (Red+Green+Blue) = 241+85+51=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F15533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15533 is #0EAACC. Grayscale: #808080. Windows color (decimal): -961229 or 3364337. OLE color: 3364337.

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

Color convert

RGB2418551-
CMYK00.650.790.05
HSL10.74º87.16%57.25%-
HSV(B)10.74º78.84%94.51%-
XYZ40.1225.445.93-
YUV127.7784.68208.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.93%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=63.93%
G=22.55%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241855100.650.790.0510.7487.1657.25
HexF155330414F5b5739
Octal36112563010111751312771
Binary11110001101010111001101000001100111110110111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15533; }

 p { color: rgb(241,85,51); }

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

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

 a { background-color: rgb(241,85,51); }

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

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

 span { border-color: rgb(241,85,51); }

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