#FF5533

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

Shades of Outrageous Orange #FF5533

Tints of Outrageous Orange #FF5533

Color information

#FF5533 (or 0xFF5533) is unknown color: approx Outrageous Orange. HEX triplet: FF, 55 and 33. RGB value is (255,85,51). Sum of RGB (Red+Green+Blue) = 255+85+51=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5533 is #00AACC. Grayscale: #848484. Windows color (decimal): -43725 or 3364351. OLE color: 3364351.

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

Color convert

RGB2558551-
CMYK00.670.80
HSL10º100%60%-
HSV(B)10º80%100%-
XYZ45.09286.16-
YUV131.9582.32215.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.22%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 51 (20.31% from 255) = 13.04%
R=65.22%
G=21.74%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255855100.670.801010060
HexFF5533043500a643c
Octal37712563010312001214474
Binary111111111010101110011010000111010000010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5533; }

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

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

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

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

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

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

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

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