#FF5D22

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

Shades of Outrageous Orange #FF5D22

Tints of Outrageous Orange #FF5D22

Color information

#FF5D22 (or 0xFF5D22) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5D and 22. RGB value is (255,93,34). Sum of RGB (Red+Green+Blue) = 255+93+34=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D22 is #00A2DD. Grayscale: #878787. Windows color (decimal): -41694 or 2252287. OLE color: 2252287.

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

Color convert

RGB2559334-
CMYK00.640.870
HSL16.02º100%56.67%-
HSV(B)16.02º86.67%100%-
XYZ45.4429.24.76-
YUV134.7171.17213.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.75%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 34 (13.67% from 255) = 8.90%
R=66.75%
G=24.35%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255933400.640.87016.0210056.67
HexFF5D22040570106439
Octal37713542010012702014471
Binary1111111110111011000100100000010101110100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5D22; }

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

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

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

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

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

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

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

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