#ff5511

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

Shades of International Orange #FF5511

Tints of International Orange #FF5511

Color information

#FF5511 (or 0xFF5511) is unknown color: approx International Orange. HEX triplet: FF, 55 and 11. RGB value is (255,85,17). Sum of RGB (Red+Green+Blue) = 255+85+17=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5511 is #00AAEE. Grayscale: #808080. Windows color (decimal): -43759 or 1136127. OLE color: 1136127.

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

Color convert

RGB2558517-
CMYK00.670.930
HSL17.14º100%53.33%-
HSV(B)17.14º93.33%100%-
XYZ44.5927.83.55-
YUV128.0865.32218.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.43%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 17 (7.03% from 255) = 4.76%
R=71.43%
G=23.81%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255851700.670.93017.1410053.33
HexFF55110435D0116435
Octal37712521010313502114465
Binary111111111010101100010100001110111010100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5511; }

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

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

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

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

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

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

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

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