#F55521

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

Shades of Outrageous Orange #F55521

Tints of Outrageous Orange #F55521

Color information

#F55521 (or 0xF55521) is unknown color: approx Outrageous Orange. HEX triplet: F5, 55 and 21. RGB value is (245,85,33). Sum of RGB (Red+Green+Blue) = 245+85+33=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F55521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55521 is #0AAADE. Grayscale: #7F7F7F. Windows color (decimal): -699103 or 2184693. OLE color: 2184693.

HSL color Cylindrical-coordinate representation of color #F55521: hue angle of 14.72º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F55521 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB2458533-
CMYK00.650.870.04
HSL14.72º91.38%54.51%-
HSV(B)14.72º86.53%96.08%-
XYZ41.1826.024.29-
YUV126.9175.01212.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 67.49%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 33 (13.28% from 255) = 9.09%
R=67.49%
G=23.42%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245853300.650.870.0414.7291.3854.51
HexF55521041574f5b37
Octal36512541010112741713367
Binary11110101101010110000101000001101011110011111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55521; }

 p { color: rgb(245,85,33); }

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

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

 a { background-color: rgb(245,85,33); }

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

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

 span { border-color: rgb(245,85,33); }

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