#FF5822

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

Shades of Outrageous Orange #FF5822

Tints of Outrageous Orange #FF5822

Color information

#FF5822 (or 0xFF5822) is unknown color: approx Outrageous Orange. HEX triplet: FF, 58 and 22. RGB value is (255,88,34). Sum of RGB (Red+Green+Blue) = 255+88+34=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5822 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5822 is #00A7DD. Grayscale: #848484. Windows color (decimal): -42974 or 2251007. OLE color: 2251007.

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

Color convert

RGB2558834-
CMYK00.650.870
HSL14.66º100%56.67%-
HSV(B)14.66º86.67%100%-
XYZ45.0228.354.61-
YUV131.7872.83215.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.64%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 34 (13.67% from 255) = 9.02%
R=67.64%
G=23.34%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255883400.650.87014.6610056.67
HexFF5822041570f6439
Octal37713042010112701714471
Binary111111111011000100010010000011010111011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5822; }

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

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

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

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

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

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

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

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