#FF5522

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

Shades of Outrageous Orange #FF5522

Tints of Outrageous Orange #FF5522

Color information

#FF5522 (or 0xFF5522) is unknown color: approx Outrageous Orange. HEX triplet: FF, 55 and 22. RGB value is (255,85,34). Sum of RGB (Red+Green+Blue) = 255+85+34=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5522 is #00AADD. Grayscale: #828282. Windows color (decimal): -43742 or 2250239. OLE color: 2250239.

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

Color convert

RGB2558534-
CMYK00.670.870
HSL13.85º100%56.67%-
HSV(B)13.85º86.67%100%-
XYZ44.7827.874.53-
YUV130.0273.82217.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.18%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 34 (13.67% from 255) = 9.09%
R=68.18%
G=22.73%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255853400.670.87013.8510056.67
HexFF5522043570e6439
Octal37712542010312701614471
Binary111111111010101100010010000111010111011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5522; }

 p { color: rgb(255,85,34); }

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

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

 a { background-color: rgb(255,85,34); }

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

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

 span { border-color: rgb(255,85,34); }

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