#FF5221

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

Shades of Outrageous Orange #FF5221

Tints of Outrageous Orange #FF5221

Color information

#FF5221 (or 0xFF5221) is unknown color: approx Outrageous Orange. HEX triplet: FF, 52 and 21. RGB value is (255,82,33). Sum of RGB (Red+Green+Blue) = 255+82+33=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5221 is #00ADDE. Grayscale: #808080. Windows color (decimal): -44511 or 2183935. OLE color: 2183935.

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

Color convert

RGB2558233-
CMYK00.680.870
HSL13.24º100%56.47%-
HSV(B)13.24º87.06%100%-
XYZ44.5327.44.38-
YUV128.1474.31218.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.92%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 33 (13.28% from 255) = 8.92%
R=68.92%
G=22.16%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255823300.680.87013.2410056.47
HexFF5221044570d6438
Octal37712241010412701514470
Binary111111111010010100001010001001010111011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5221; }

 p { color: rgb(255,82,33); }

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

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

 a { background-color: rgb(255,82,33); }

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

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

 span { border-color: rgb(255,82,33); }

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